after installatio of ORACLE 8i, work properly, but after
restarting the system, it throw an error ORA 01034: ORACLE
not availble
Answer Posted / 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 |
Post New Answer View All Answers
What are the system predefined user roles?
Explain the characteristics of oracle dba?
How can we force the database to use the user specified rollback segment?
How to pass a cursor variable to a procedure?
Explain overloading. Can functions be overloaded?
What is a proxy class?
What language does oracle use?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What privilege is needed for a user to create views in oracle?
How to rename a tablespace in oracle?
What is dynamic proxy?
How do I find the database name in oracle?
Is postgres faster than oracle?
How do you find current date and time in oracle?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?