035179593513 [email protected]

Oracle Delete all Objects in a schema

DECLARE BEGIN FOR eachObject IN ( SELECT 'DROP ' || object_type || ' ' || object_name || DECODE ( object_type, 'TABLE', ' CASCADE CONSTRAINTS PURGE' ) AS statement_sql FROM user_objects WHERE object_type IN (...

Oracle Fat Client configuration

  Windows System ODBC: Steps: 1: Start>>All Programs >> Accessories >> Run To access the 32 bit drivers in the system: Windows 64 Bit%windir%SysWoW64Odbcad32.exeWindows 32 Bit %windir%system32odbcad32.exe 2: 3:...
en_USEnglish