How to transfer database(500 gb) of oracle enterprise
edition to standard edition downtime is only 1 hour not
using exp/imp option ?
Answer Posted / pugal
You can import and export data with the "Schema Manager"
GUI that ships with Oracle Enterprise Manager (OEM).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Can we convert a date to char in oracle and if so, what would be the syntax?
Explain integrity constraint?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is a named program unit?
How to get the Installed Oracle Version Information ?
How to write a query with an inner join in oracle?
How to retrieve the count of updated rows?
How to save query output to a local file?
How to check the oracle tns settings?
How to invoke the data pump export utility?
What are named parameters?
Why is oracle used?
what are archived logs?
How can I combine multiple rows into a comma-delimited list in oracle?