when i startup my database, then at the time of startup, an error message is coming ORA-02248 in the nomount stage.
how to solve that problem as my database is not starting up.
Knowing your OS and Database version would really help.
How are you attempting to start the database?
The error you reported is not related to startup usually:
--------------------------------------------------------
ORA-02248
ORA-02248invalid option for ALTER SESSION
Cause:An option other than SET EVENTS was found following the ALTER SESSION command.
Action:Specify the SET EVENTS option after the ALTER SESSION command, and try again.
-----------------------------------------------------------
my OS is win. 2000 professional and i'm using oracle 9i
version. i am connecting as :
SQL>conn sys as sysdba
SQL> startup
now before allocating the SGA(in the nomount stage), this error message is coming.
i have already checked the action for this error but how
can i give that command as my database is not starting.
i hope i have cleared my problem.
i have got ur problem, if u r using oracle 9.0.1 version then this problem is coming due to a bug, which is in this version. now if u have specified any operating system environment variable for 'nls'(national language set), then remove that variable from the operating system. after this ur database will run properly.
hope this will solve ur problem
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.