logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

su - oracle报错su: cannot set user id: Resource temporarily unavailable

今天上线服务器连接数较多,我们知道ORACLE是多进程数据库,那么一个session往往对应了一个OS的process,今天使用root进行切换的时候居然报错。在测试上模拟再现[root@testmy proc]...

#数据库#操作系统
su - oracle报错su: cannot set user id: Resource temporarily unavailable

今天上线服务器连接数较多,我们知道ORACLE是多进程数据库,那么一个session往往对应了一个OS的process,今天使用root进行切换的时候居然报错。在测试上模拟再现[root@testmy proc]...

#数据库#操作系统
关于存储过程通过DBLINK 访问只读数据库报错 PL/SQL: ORA-04063:的说明

报错如下:ORA-06550: line 11, column 31:PL/SQL: ORA-04063: table "ACCOUNTCORE.ACCOUNT_LEDGER" has errorsORA-06550...

#数据库
笛卡尔积和NEST LOOP产生的影响

原创 转载请注明出处SQL 性能分析,笛卡尔积和NEST LOOPSQL> SQL> select * from table(dbms_xplan.display_cursor(null,null,'iost...

v$sql_shared_cursor中的BIND_MISMATCH

转自网络The advantage of bind variables is that they allow the sharing of cursors in the library cacheand that way a...

#数据库
到底了