#684
[Oracle] Installing Oracle Text aka CONTEXT (on 11g)
SQL> connect / as SYSDBA SQL> spool ctxsys_installation.log -- Parameters are password, default t/s, temp t/s, don't lock the account. SQL> @?/ctx/admin/catctx.sql secret SYSAUX TEMP NOLOCK SQL> connect CTXSYS/secret SQL> @?/ctx/admin/defaults/dr0defin.sql "ENGLISH"; SQL> connect / as SYSDBA SQL> alter user ctxsys account lock password expire; SQL> spool off
[Unix] SSH login slowness troubleshooting [RaspberryPI] Webcam streaming
Comments are currently closed.