[Reprinted] modify the maximum number of connections in Oracle and object is too large to allocate on this o/s

Source: Internet
Author: User

Http://www.blogjava.net/gf7/archive/2007/03/13/103556.html

C: \ sqlplus/nolog
SQL> Conn/As sysdba

 

SQL> show parameter processes;

Name type value
-----------------------------------------------------------------------------
Aq_tm_processes integer 1
Db_writer_processes integer 1
Job_queue_processes integer 10
Log_archive_max_processes integer 1
Processes integer 150

SQL> alter system set processes = 300 scope = spfile;

-- I changed it to 30000 here.

The system has been changed.

SQL> show parameter processes;

Name type value
-----------------------------------------------------------------------------
Aq_tm_processes integer 1
Db_writer_processes integer 1
Job_queue_processes integer 10
Log_archive_max_processes integer 1
Processes integer 150

SQL> Create pfile from spfile;

The file has been created.

Restart the database. OK!

 

======================================

Http://blog.csdn.net/wxygod/archive/2005/10/27/517880.aspx

SQL> startup

ORA-00064: object is too large to allocate on this o/s)

Find D: \ oracle \ ora92 \ database \ inittest. ora (9i)

D: \ oracle \ product \ 10.2.0 \ db_1 \ database \ (10g)

Open notepad and change 30000 to 300

Startup pfile = 'inittest. ora ';

Start OK

Create spfile from pfile;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.