oracle
#338
Download Instant Clients Version 11.2.0.1.0 from Oracle WebSite (http://www.oracle.com/technetwork/topics/winsoft-085727.html) instantclient-basic instantclient-odbc Extract both ZIP in the same directory. Run odbc_install.exe Define following Env. properties : ORACLE_PATH=c:\path\to\instantclient_11_2 TNS_ADMIN=%ORACLE_PATH% add “;%ORACLE_PATH%” to the PATH variable Create TNSNAMES.ORA file in the %ORACLE_PATH% referencing database(s) example:
database, oracle, windows
#308
Create simple tablespace : Create user/schema : Change grants :
database, oracle
#288
If the file is not present anymore, use this command before DROP statement :
oracle
#286
List current files : Remove file : Add new file :
oracle
#276
To create a new DB on an existing instance :
oracle, solaris
#259
log, oracle, plsql
#256
To raise a custom exception : To retrieve current Error Code/Message : SQLERRM(SQLCODE)
exception, oracle, plsql
#241
oracle
#238
Creating a MV : Refreshing manualy a MV : Stats can be calcultated on MV like on table (cf Related Links)
oracle, performance
#236
Create Function based index : (b-tree) example :
index, oracle, performance