Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-02248

Status
Not open for further replies.

arup61

IS-IT--Management
Sep 11, 2002
3
IN
hi all

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.

thank u all.
 
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.
-----------------------------------------------------------

[profile]
 
hello turkbear

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.

thanks for ur help

arup61
 
hi arup61

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

monujain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top