Archivo por meses: abril 2015

usefull commands

list SQL> define DEFINE _DATE = «06/04/15» (CHAR) DEFINE _CONNECT_IDENTIFIER = «orcl» (CHAR) DEFINE _USER = «SYSTEM» (CHAR) DEFINE _PRIVILEGE = «» (CHAR) DEFINE _SQLPLUS_RELEASE = «1201000100» (CHAR) DEFINE _EDITOR = «Notepad» (CHAR) DEFINE _O_VERSION = «Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 – 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application… Leer más »

change language sqlplus

51 down vote accepted Try to set user.language and user.country properties in sqldeveloper.conf file located in sqldeveloper\bin\ folder. Sample for set french language: IncludeConfFile ../../ide/bin/ide.conf SetJavaHome D:\jdk1.6.0_25 AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true AddVMOption -Dsun.java2d.ddoffscreen=false AddVMOption -Dwindows.shell.font.languages= AddVMOption -Duser.language=fr AddVMOption -Duser.country=FR AddVMOption -XX:MaxPermSize=128M AddVMOption -Doracle.jdbc.mapDateToTimestamp=false IncludeConfFile sqldeveloper-nondebug.conf To switch off language try to remove its support by editing oracle.translated.locales… Leer más »