Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Not to work with Oracle "as with MySQL".
docs.oracle.com/cd/B13789_01/server.101/b10735.pdf - Backup and Recovery Basics
docs.oracle.com/cd/B12037_01/server.101/b10734.pdf - Backup and Recovery Advanced User's Guide
Tell us in more detail what you want to do with this database and why?
Usually, backups are made for such DBMS, as in the first answer.
But if you need to quickly transfer data to another database or for something else, and the schema is very simple and the amount of data is small, for starters, just try the exp and imp utilities. Maybe they will be enough for your task.
mm, there is no regular means to make sql from basis for Oracle.
It seems that a native tool was made for migration, but I can’t find something, apparently after the purchase it was covered.
There are all sorts of third-party tools for migration.
You can pull out the data through cvs, and the schema through sql developer, in the same place feel the triggers and procedures, and so on.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question