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 does `(+)` do in a where clause?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
What is set verify off in oracle?
sql query to get zero records from a table
Explain coalesce function?
Is truncate autocommit in oracle?
What is a database table in oracle?
What are ACID properties in databases?
HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
Explain oracle data types with examples?
Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?