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 Konfiguration

  Windows System ODBC:   Schritte: 1: Start>>Alle Programme >> Zubehör >> Ausführen Um an die 32 Bit Treiber im System zu kommen:   Windows 64 Bit%windir%SysWoW64Odbcad32.exeWindows 32 Bit %windir%system32odbcad32.exe   2: 3:...