Answer Posted / sachin
we can switch from init.ora file to a sp file with the help
of the command
create spfile from
pfile='c:\oracle\database_name\pfile\init.ora'
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how the indexes are stored in the Oracle Database?
How to define a data source name (dsn) in odbc manager?
What privilege is needed for a user to query tables in another schema?
How to convert a string to a date in oracle database?
What is the relation of a user account and a schema?
How to best split csv strings in oracle 9i?
How to define a procedure inside another procedure?
How do we display rows from the table without duplicates?
What do you mean by group by clause?
Explain the dml?
What is data block in Oracle?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
What is meant by an index?
What is the best way to do multi-row insert in oracle?
Describe varray?