Santosh 的个人资料Santosh Kumar照片日志列表更多 ![]() | 帮助 |
Moving a window using outside title barConst HTCAPTION = 2
»»»»»»» by Santosh Kumar ? Original @ http://santu4you.spaces.live.comOracle, Building a Dynamic SQL StatementThink of a situation where one crash dump of an entire user UsrY is imported into another important user UsrX and you need to delete these unwanted objects now. The problem here is, if the no of objects are many and are not only tables but also views, there will be difficulty to list out the objects manually and generate the ‘drop’ statement. The following statement should be executed in UsrY after importing it separately, and then it can generate dynamic SQL statement that can be used to execute in UsrX.
SQL> CONN SYSTEM/MANAGER; |
|
|