`
dawuafang
  • 浏览: 1105590 次
文章分类
社区版块
存档分类
最新评论

could not open session 解决办法

 
阅读更多

su 到oracle的时候提示

could not open session

cat /etc/security/limits.conf


oracle              soft    nproc   65535
oracle              hard    nproc   65535
<span style="color:#cc0000;">oracle              soft    nofile  unlimited
oracle              hard    nofile  unlimited</span>
oracle              soft    stack   10240
oracle		    hard    stack   32768

改为:

oracle              soft    nproc   65535
oracle              hard    nproc   65535
oracle              soft    nofile  10240
oracle              hard    nofile  65535
oracle              soft    stack   10240
oracle		    hard    stack   32768

再次su oracle 已经ok
分享到:
评论

相关推荐

    webMethods Advanced Troubleshooting Guide

    webMethods Advanced Troubleshooting Guide

    PLSQL Developer 8.0.3.1510 中文注册版下载

    * Order of items after "Open All Items" from a project was not correct * Project Groups could be removed after doing project options * Find would not work correctly with a column selection scope * ...

    JLink_Windows_V648.zip

    DLL: Windows: Renesas RX: When using FINE interface and disabling ongoining debug mode on debug session close, it could happen that a thread was not exited gracefully, causing handle leaks. Fixed. DLL...

    OMA-TS-DM_Notification

    Other devices simply do not wish to “open a port” (i.e. accept connections) for security reasons. However, most devices can receive unsolicited messages, sometimes called “notifications”. Some ...

    Java邮件开发Fundamentals of the JavaMail API

    be an open relay, as authentication is supported, but it is your responsibility to ensure the SMTP server is configured properly. There is nothing in the JavaMail API for tasks like configuring a ...

    php.ini-development

    directive because it is not set or is mistyped, a default value will be used. ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one ; of the INI constants (On, Off, True, ...

    微软内部资料-SQL性能优化3

    To make use of either more or less strict isolation levels in applications, locking can be customized for an entire session by setting the isolation level of the session with the SET TRANSACTION ...

    servlet2.4doc

    Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. -------------------------------------------------------------------------------...

    外文翻译 stus MVC

    ActionForm bean represents the Model state at a session or request level, and not at a persistent level. The JSP file reads information from the ActionForm bean using JSP tags. • View The view is ...

    CA-100CUSB充电线改装为移动电源

    • Fixed disconnect during open session with active communications problem. Previous Release Revisions 1.00.2176 (December 12, 2005) WHQL certified version. Fixed installation problem. 1.00.2172...

    微软内部资料-SQL性能优化2

    Although 2 GB of address space may seem like a large amount of memory, application such as SQL Server could leverage more memory if it were available. The boot.ini option /3GB was created for those ...

    Sublime Text 3 (Build 3143)

    Fix Open Containing Folder on Windows with a folder containing a comma Fix multi-cursor pasting when clipboard contains one or more full lines Prevent UNC paths from being mangled by edit_settings ...

    数位板压力测试

    This specification is intended to be an open standard, and as such the text and information contained herein may be freely used, copied, or distributed without compensation or licensing restrictions. ...

    CE中文版-启点CE过NP中文.exe

    Memory Scan: Fixed a rare situation that could cause an error Memory Scan: Simple values now works with groupscan Memory Scan Lua: Scanfiles now also get deleted if the memory scan object is freed ...

    EurekaLog_7.5.0.0_Enterprise

    7)....Fixed: Generic names with "," could not be decoded in Viewer 8)....Fixed: Updated Windows 10 detection for latest builds of Windows 10 9)....Fixed: Sleep and hybernation no longer trigger false-...

    计算机网络第六版答案

    14. If the two ISPs do not peer with each other, then when they send traffic to each other they have to send the traffic through a provider ISP (intermediary), to which they have to pay for carrying ...

Global site tag (gtag.js) - Google Analytics