- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Process final status code.
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
Forums
Discussions
Discussions
Discussions
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
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
01-13-2004 10:17 PM
01-13-2004 10:17 PM
Process final status code.
Can anyone tell me what the code 10000002 means. I'm trying to start connection to Oracle database and the connection process goes up but dies with this status code. I can't find it anywhere on the system. Running OVMS 7.3-1
Kjartan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:31 PM
01-13-2004 10:31 PM
Re: Process final status code.
May be you could check ACCOUNTING for reasons the process dies as long as logfiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:42 PM
01-13-2004 10:42 PM
Re: Process final status code.
Final status code: 10000002
Final status text:
Oracle checks in the startup file, when starting up connection process, for the status of starting up the detached process and gets this status from the startup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:44 PM
01-13-2004 10:44 PM
Re: Process final status code.
Issue the following command and see if you can find something on your system.
$ help/message/status=%X10000002
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:57 PM
01-13-2004 10:57 PM
Re: Process final status code.
%MSGHLP-F-NOTFOUND, message not found in Help Message database.
So there is nothing to get there..
KK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 11:39 PM
01-13-2004 11:39 PM
Re: Process final status code.
In this case I guess you have to check the oracle troubleshooting documentation.
Best regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 11:59 PM
01-13-2004 11:59 PM
Re: Process final status code.
The initial 1 is the message supression flag. The 2 is the serverity = error.
A proper vms condition value would normally contain a facility code and message code but these are 0 in the code specified.
I think you will have to examine an oracle log file to determine the cause.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 12:58 AM
01-14-2004 12:58 AM
Re: Process final status code.
I've solved the problem I was in by creating a new command file that oracle is using, when starting up connection to database. The only thing that was wrong was that I had put the SID name in lowercase insted of uppercase.
Oracle 9.2.0.4
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 02:22 AM
01-14-2004 02:22 AM
Re: Process final status code.
> The only thing that was wrong was that I had put the SID name in lowercase insted of uppercase.
Oracle 9.2.0.4
Classical problem, lousy error reporting by Oracle.
Thanks for posting this update!
I guess you can not assign yourself 10 points can you?
I woudl like to see that, not for the points themself, but just to indicate closure?!
Cheers,
Hein.