Home » Other » General » Error while stating Argus Database (Oracle 11.2 and Argus safety 7)
Error while stating Argus Database [message #606071] Sat, 18 January 2014 14:25 Go to next message
Legs
Messages: 1
Registered: August 2013
Junior Member
Hello I am trying to install the Oracle Argus Safety 7 application
http://docs.oracle.com/cd/E22825_01/doc.70/e20622.pdf

when i try to connect to this db from the app server i get a error message ORA 01033 that the db initiation or shutdown in progress

when i start the db I get the error that a parameter(data) file at C:\app\Administrator\oradata\ARGDB called USERS01.dbf is missing.

any suggestion how i can resolve the error and move forward

thanks for your time and your help Smile
Re: Error while stating Argus Database [message #606079 is a reply to message #606071] Sun, 19 January 2014 04:04 Go to previous message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
I see that this your first post. Please read our OraFAQ Forum Guide and also How to use [code] tags and make your code easier to read

To make your database usable, before you issue the startup command take the missing datafile off line. Like this:
shutdown abort
startup mount
alter database datafile 'C:\app\Administrator\oradata\ARGDB\USERS01.dbf' offline;
alter database open;
Then you will have to investigate further.

--update: typo

[Updated on: Sun, 19 January 2014 04:04]

Report message to a moderator

Previous Topic: login and password forgotten in oracle 10g
Next Topic: What is the best modeling tool?
Goto Forum:
  


Current Time: Thu Mar 28 09:36:10 CDT 2024