

#Oracle sql command line client driver
ignoreInternalDriverError - ignore any internal driver errors. noconsole - suppress the display of messages in the console. noconfig - do not execute the config tools. suppressPostCopyScript - suppress the execution of the postcopy script. acceptUntrustedCertificates - accept untrusted certificates from a secure site. suppressPreCopyScript - suppress the execution of the precopy script. waitForCompletion - wait for the completion of the installation, instead of spawning the installer and returning the console prompt. printtime - log the debug information for the time usage. printmemory - log the debug information for the memory usage. printdiskusage - log the debug information for the disk usage. ignoreSysPrereqs - ignore the results of the system prerequisite checks. executeSysPrereqs - execute the system prerequisite checks and exit. deinstall - uninstall the specified home. executeConfigTools - execute the config tools for an installed home. executePrereqs - execute the prerequisite checks only. executePrereqs | -executeConfigTools | -deinstall paramFile - specify the location of the oraparam.ini file to be used in the installation. Valid options are: severe, warning, info, config, fine, finer, finest. logLevel - enable the log of messages up to the priority level provided in this argument. jreLoc - specify the location for the jre used in the installation. The orainst.loc file contains the location of the central inventory (inventory_loc) and the inventory group (inst_group). invPtrLoc - point to a different inventory location.

responseFile - specify the complete path of the response file to use.

The inputs can be a response file or a list of command line variable value pairs. Here the example output of an 18c setup: Usage: setup.exe In version 18c and 19c this does work not anymore, instead you have to execute: setup.exe -help -silent
#Oracle sql command line client how to
After some investigations I found out how to get the full command line options: setup.exe -help
