oracle - sqlplus fails to start. wants *.msb files -
installed sqlplus oracle downloads. unpacked both files instantclient-basic-linux.x64-12.1.0.1.0.zip instantclient-sqlplus-linux.x64-12.1.0.1.0.zip sqlplus fails start error:
error 6 initializing sql*plus sp2-0667: message file sp1.msb not found sp2-0750: may need set oracle_home oracle software directory
i assume don't have install whole oracle server sql client run. , basic-linux zip deemed need run oci apps sqlplus is.
where these .msb files?
you may need set oracle_home oracle software directory
you need set oracle_home wherever you've unzippd files:
export oracle_home=/path/to/instantclient
you want add path, , might need add ld_library_path. instructions tell do.
Comments
Post a Comment