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 |
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
How to pass a parameter to a cursor in oracle?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
How to write a query with a left outer join in oracle?
What is the quickest way to export a table to a flat file?
How to view all columns in an existing table?
How to create a single index for multiple columns?
Explain implicit cursor.
What is the difference between $oracle_base and $oracle_home?
Differentiate between post-database commit and post-form commit?
Which is faster join or subquery in oracle?
Name the various constraints used in oracle?