Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个数据库,其中包含许多与我们的应用程序(不是全部)、视图、触发器、函数、过程等相关的表。
有没有办法生成脚本来在另一个 DB + insert 语句中创建这些对象。
我们不想进行数据库备份,因为它还有很多其他的东西。
请建议。
您可以使用 DBMS_METADATA 来提取 DDL
或者你可以使用 SQL Developer Tools->Database Export
在 Toad 中,您可以使用 Database->Export->Export DDL