Un punto unico de encuentro para compartir el conocimiento sobre bases de datos.
crsctl.bin: error while loading shared libraries: libnnz11.so: cannot restore segment prot after reloc: Permission
# /u01/app/oracle/product/11.1/db/bin/localconfig add
/u01/app/oracle/product/11.1/db/bin/crsctl.bin: error while loading shared libraries: /u01/app/oracle/product/11.1/db/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
/u01/app/oracle/product/11.1/db/bin/clscfg.bin: error while loading shared libraries: /u01/app/oracle/product/11.1/db/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
SQL*Plus 10.2.0.1 Hangs, When System Uptime Is Long Period of Time
Today, my colleague told me, Why I can't use "sqlplus" (Oracle client) on my application server connect your database, But I can use "tnsping"... And I'd ever connected!
I remoted on this server and found "sqlplus" hung ... and sqlplus used more CPU %
$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
oracle 12722 96.4 0.2 19560 4600 pts/5 R 15:36 0:06 sqlplus
So, found out on metalink... (338461.1)
SQL*Plus 10.2.0.1 Hangs, When System Uptime Is Long Period of Time (Linux x86)
Used "strace" :
$ strace sqlplus -V 2>&1 |less
Move LOBSEGMENT to different tablespace
create table tmp01 (id number, xml_data XMLTYPE) tablespace users;

