Oracle - How to generate script from sql developer

后端 未结 10 523
臣服心动
臣服心动 2020-12-07 20:13

How to take script for schema of the tables, stored procedures of Oracle through SQL Developer tool (SQLPLUS command line interface)?

10条回答
  •  太阳男子
    2020-12-07 21:10

    step 1. select * from ;

    step 2. just right click on your output(t.e data) then go to last option export it will give u some extension then click on your required extension then apply u will get new file including data.

提交回复
热议问题