after installatio of ORACLE 8i, work properly, but after
restarting the system, it throw an error ORA 01034: ORACLE
not availble
Answer / narashim reddy
Go into ORA_HOME/network/ADMIN/sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES=(NTS)
to
SQLNET.AUTHENTICATION_SERVICES=(NONE)
Restart your database service
| Is This Answer Correct ? | 0 Yes | 1 No |
How to retrieve 5th highest sal from emp table?
How do I find the database name in oracle?
What is meant by recursive hints in oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is control file used for?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
When a form is invoked with call_form, Does oracle forms issues a save point ?
In which language oracle has been developed?
What is a trigger and what are its types?
How to grant create session privilege to a user in oracle?
What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?
What is BBED in Oracle?