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 |
How to use like conditions in oracle?
How you open and close a cursor variable.Why it is required?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What are the differences between number and binary_float in oracle?
Write a trigger example in oracle?
What is a named program unit?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
What is the usage of save points in oracle database?
What are the trigger associated with image items ?
How many data types are supported?
What are the oracle built-in data types?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.