- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ops$user i n oracle
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 03:00 AM
тАО08-21-2000 03:00 AM
could anybody explain me %subject% ?
I think this for login from shell to sqlplus.
Is it right ?
Thanks for help
Radim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 03:19 AM
тАО08-21-2000 03:19 AM
Re: ops$user i n oracle
Yes, I believe that this is a user within ORACLE.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 03:27 AM
тАО08-21-2000 03:27 AM
SolutionThis means that the database does not have a password for the user but allows them to login directly from a shell prompt with 'sqlplus /'. Security is limited to the UNIX login and password.
The string 'OPS$' is configurable in the Oracle init file, OPS$ being the default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 03:55 AM
тАО08-21-2000 03:55 AM
Re: ops$user i n oracle
Yes, you're right.
I have checked parameter ops$ and I have set it.
But still cannot logon from shell to sqlplus.
Radim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 04:01 AM
тАО08-21-2000 04:01 AM
Re: ops$user i n oracle
If it's just 'sh: sqlplus: not found.' then you need to setup the relevant Oracle environment in the user's .profile.
Shell variables that you need are:-
ORACLE_SID
ORACLE_HOME
SHLIB_PATH (for Oracle 8)
You also need $ORACLE_HOME/bin added to your PATH variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 08:30 PM
тАО08-21-2000 08:30 PM
Re: ops$user i n oracle
Sorry for my delay, but I was busy.
The problem was that I didn't create user
"identified externally". I didn't know
what's it means.
So now I know it. :-)
Thanks for your help
Radim