How do we switch from init.ora file to asp file?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What do you understand by database schema and what does it hold?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to create a stored procedure in oracle?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
what are the advantages of running a database in archive log mode?
How to connect to the server with user account: sys?
what is the uses of cusor
What is the difference between substr & instr functions?
How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle ( any version ) ?
Why is oracle database so popular?
How to generate query output in html format?