Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7589279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:07:15+00:00 2026-05-30T20:07:15+00:00

I have Solaris machine with oracle Release 10.2.0.4.0 I have problem – I cant

  • 0

I have Solaris machine with oracle Release 10.2.0.4.0

I have problem – I cant startup oracle

when I try to start oracle by the command:

       hagrp -online oracle1 -sys machine1a

I get:

      oracle1   machine1a      Y      N       PARTIAL|FAULTED

remark ( hagrp -clear oracle1 -sys machine1a not help )

After checking and debug the problem I find that oracle not start up

because wrong param – shared_pool_size (this param was set to 0 , while need to set this param to 2G)

So I want to set the param shared_pool_size to 2G but I can’t because oracle is down !!!

My question – how to set the parameter shared_pool_size to 2G in spite oracle is down ??? , is it possible ???

  su - oracle -c  "sqlplus / as sysdba"

  SQL*Plus: Release 10.2.0.4.0 - Production on Mon Mar 5 12:10:44 2012

  Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


  Connected to:
  Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
  With the Partitioning, OLAP, Data Mining and Real Application Testing options

  SQL> alter system set shared_pool_size=2G scope=BOTH;

init.ora: (from my machine)

 grep shared_pool_size /opt/oracle/v10.2.0/srvm/admin/init.ora

       #shared_pool_size =  52428800            # INITIAL
        shared_pool_size = 67108864           # datewarehouse, transaction processing 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T20:07:16+00:00Added an answer on May 30, 2026 at 8:07 pm

    If you were starting from an old-style init.ora parameter file you could just change it in that. The scope in your alter system suggests you’re using an spfile. You can startup nomount to make parameter changes, then shutdown again and try to start normally.

    Are you sure you’re connecting to the right database though? The output from your sqlplus command doesn’t say connected to an idle instance, so it looks like whatever you’re connected to is already running. Check where you are before running anything, and note any parameters you change first (e.g. with output from show parameters).


    Based on conversation in chat…

    You can create a temporary pfile, edit that and test starting up with it, and then when happy with the new configuration recreate your spfile, and finally restart from that. The steps are:

    create pfile='/tmp/init.ora' from spfile;
    -- edit /tmp/init.ora and change parms as needed 
    startup pfile='/tmp/init.ora';
    -- repeat as needed until successful start
    create spfile=’/path/to/spfile.ora’ from pfile=’/tmp/init.ora’;
    shutdown
    startup 'spfile=/path/to/spfile.ora';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Solaris sparc machine and when i build my programs, it generates
I have 1000 files in a directory. I'm on a solaris machine I want
On a Solaris 5.8 machine, I have the following code: [non-working code] char *buf;
I have GIT running on a Solaris server. From a windows machine I installed
On Linux, I use stat --format="%s" FILE , but the Solaris machine I have
I have an app sits on machine A (solaris.example.com) and same apps sits on
I have a problem transferring ascii files from a Windows 7 machine to a
Problem: I have a project which I'm porting from Solaris/Lex/Yacc to Linux/Flex/Bison + Autotools.
I have two network interfaces on my Solaris machine and the output of ifconfig
I've got two hard disks in my computer, and have installed Solaris 10u8 on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.