Tool:PL/SQL developer Syntax:SELECT 'DROP TABLE ' || table_name || ';' FROM user_tables; 1.then you can copy select result in command widows. 2.you can export select result and editor script import database. weblink:https://stackoverflow.com/question…
=========================== The table is as follows: Name | Project | Error 108 test Err1, Err2, Err3 109 test2 Err1 I want to create the following: Name | Project | Error 108 Test Err1 108 Test Err2 108 Test Err3 109 Test2 Err1 =====================…
How to Drop/Truncate Multiple Partitions in Oracle 12C (Doc ID 1482264.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 12.1.0.1 and laterOracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Cloud Machine -…
You want to connect multiple databases in oracle forms to perform certain tasks, for example you need to execute ddl or dml statements against databases but when you try to use dblink it gives you error or suddenly quits from the oracle forms. Solut…
INV Note 123456.1 Latest 11i Applications Recommended Patch List Note 568012.1:FAQ: Inventory Standard Datafixes Note 438787.1: What are the events passed using Custom library and when do they fire? Note 438920.1 How To Customize Standard Oracle Appl…
Developing RIA Web Applications with Oracle ADF Purpose This tutorial shows you how to build a rich Internet application that interacts with a database. You'll be using Oracle JDeveloper 11g and the ADF framework to build the application, and in th…