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 |
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
What is dictionary cache ?
am completed mca2011 how get certification in oracle
What is oracle latest version?
What happens to the current transaction if a ddl statement is executed?
Explain a data segment?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
What is DTS and purpose of DTS ?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
what is cartesian product?
Explain self joins in oracle?
Do View contain Data ?