Exporting REST Definitions as bulk is helpful when you want to backup REST Definitions.
Oracle provides very good , simple and lightweight tool , it's SQLcl (SQL command line) to interact with DataBase.
Download SQLcl from here
Here are the steps to EXPORT REST:
Oracle provides very good , simple and lightweight tool , it's SQLcl (SQL command line) to interact with DataBase.
Download SQLcl from here
Here are the steps to EXPORT REST:
- Extract downloaded file to D:\Oracle\sqlcl
- Go to : D:\Oracle\sqlcl\bin
- Run the sql.exe
- Enter user name and password :
- Username? (''?) TREST/trest@ORCL
- now, you must be connected to Oracle Database
- Type in : SPOOL D:\REST_Export.SQL
- Type in : REST EXPORT
- Type in : SPOOL OFF;
Explain:
- Step#5 : locate the file path where to save the output
- Step#6 : Identify which Module to export , you can choose one module or all modules
- Step#7 : End writing data to output file, and saving data
Full copy of REST definitions are saved in the path : D:\REST_Export.SQL you
No comments:
Post a Comment