Lost connection after adjusting SGA and PGA

I lowered SGA from 170M to 50M, and PGA from 60M to 10M. Now I can not connect to XE using apex. Toad also reports ora-12514. I rebooted the pc and also manually cycled the db. But nothing works. In Service the oracle servies appear to be fine.
Thanks for any help.
I didn't register to the private forum for XE. So I post my question here. Hope people are not offended.
xmk

Problem solved!
1. Stop db and rename
C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
to
C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\OLD_SPFILEXE.ORA
2. Start db.
3. sqlplus "/ as sysdba"
4. In sqlplus:
startup pfile='C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora';
This brings up the database.
5. In sqlplus:
create spfile from pfile='C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora';
This creates 'C:\oraclexe\app\oracle\product\10.2.0\server\database\SPFILEXE.ORA'
6. Stop db, move SPFILEXE.ORA to C:\oraclexe\app\oracle\product\10.2.0\server\dbs
7. Start db. Now it is working.
Thoughts:
1. I probably don't have to do 4. And I can combine 5 and 6 and generate SPFILEXE.ORA from init.ora in one step by specifying the destination.
2. In C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts there is a initXETemp.ora which is very similar to init.ora. You may use it to recover as well.
Thanks everyone!
xmk

Similar Messages

  • Lost connection to XE after adjusting SGA and PGA

    I lowered SGA from 170M to 50M, and PGA from 60M to 10M. Now I can not connect to XE using apex. Toad also reports ora-12514. I rebooted the pc and also manually cycled the db. But nothing works. In Service the oracle servies appear to be fine.
    Thanks for any help.
    Sorry for posting XE question here. I can't access the XE forum.
    xmk

    I reboot it again and this time I can get in sqlplus by using
    sqlplus "/ as sysdba"
    The following is the bottom part of aler_xe.log, a bit long.
    ^^^^^^^^^^^^^^^^^^^^
    Instance terminated by USER, pid = 2432
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Thu Oct 12 13:29:15 2006
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:698M/1014M, Ph+PgF:2232M/2440M, VA:1944M/2047M
    Thu Oct 12 13:29:15 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Thu Oct 12 13:29:26 2006
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 16777216
    __large_pool_size = 0
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 54525952
    control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 29360128
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 10485760
    PSP0 started with pid=3, OS id=2316
    PMON started with pid=2, OS id=2312
    MMAN started with pid=4, OS id=2320
    DBW0 started with pid=5, OS id=2492
    LGWR started with pid=6, OS id=2496
    CKPT started with pid=7, OS id=2508
    SMON started with pid=8, OS id=2472
    RECO started with pid=9, OS id=2476
    CJQ0 started with pid=10, OS id=2516
    MMON started with pid=11, OS id=2524
    Thu Oct 12 13:29:28 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=1704
    Thu Oct 12 13:29:28 2006
    starting up 4 shared server(s) ...
    USER: terminating instance due to error 12853
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_2312.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_2492.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_2320.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_2496.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_2476.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_2472.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:34 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_2508.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Thu Oct 12 13:29:35 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_2316.trc:
    ORA-12853: insufficient memory for PX buffers: current K, max needed K
    Instance terminated by USER, pid = 1544

  • Lost clips after adjusting date and time??

    I just updated to iMovie 10.0.3 and adjusted a buch of events in iMovie. All of them were incorrectly placed in wrong years when viewing in "by date" format. After adjusting the date and time with the event highlighted, I come to see either all or some (a clip of two) of the event is lost. The good old "missing file" is what I get in the playback window.
    I want to go on an anti-iMovie rant as this version has caused me NOTHING but headaches sence I installed it last year but it's MY fault for not having a spare iMovie 9.0 laying around so I cannot revert.
    Is there any solution here besides wiping my iMovie library clean and restoring from TM?
    Thanks.
    EDIT, I just looked in each event in the file system and the original media is not even there anymore but the library size hasnt changed. Wow. I don't get this at all.

    There seems to be a serious bug here that has been introduced with iMovie 10.0.3, and reported by several posters.   I would recommend you report it using Apple feedback at: http://www.apple.com/feedback/
    There is probably a particular infrequent set of conditions that have to exist for a clip to be deleted after using the adjust time and date function, but I've seen no posts yet that have clarified this.  Any further details you have would be worth reporting - for example did you change the date/time to earlier or later?  If only some date/time changed clips have disappeared, do they have anything in common, not shared by the clips which havn't disappeared? 
    You could restore your library from Time machine or, if there are not many lost clips it may be simpler and quicker s to re-import (or drag and drop) the clips from a backup and correct affected projects.  (Maybe you can change their date and time before importing them).
    As for the library size were the clips big enough to make a visible difference to the library total?
    Have you searched for the missing clips by name?
    Geoff.

  • Suggestion  in increasing the SGA and PGA after increase in the RAm of the machine .

    Hi All,
    Need an expert suggestion on the change's  in the SGA and PGA of the oracle database after increasing the size of the machines RAM .
    We have 64G of RAM in the machine .
    There are 9 DB's running on  oracle 10g  and 11g  on  this machine
    The total SGA of all the database's is around 18G .
    DB1  has 2G of MAX_SGA_SIZE
    DB2 has  8G  of MAX_SGA_SIZE
    DB3 has 1G   of MAX_SGA_SIZE
    DB4 has 2G    of MAX_SGA_SIZE
    DB5  has 676M   of MAX_SGA_SIZE
    DB6   has 1.5G   of MAX_SGA_SIZE
    DB7 has  1.2 G   of MAX_SGA_SIZE
    DB8 has  675M   of MAX_SGA_SIZE
    DB9  has 672 M   of MAX_SGA_SIZE
    Now the machine RAM is up  to  96G  64+ 32
    what would be the suggestion on the increase in the SGA and PGA max size .
    Any expert suggestion is highly apprciated .
    Thanks in Advance

    Thanks for this Justin.
    Here the exercise is to add 4 CPU's  and 32G RAM to the server  earlier it was with 4 CPU's and 64G RAM  this was decided  by the server support team .
    here is the stats from SAR   command ..
    The platform is
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    04:00:01          CPU     %user     %nice   %system   %iowait    %steal     %idle
    04:10:02          all     86.47      0.00     12.52      0.99      0.00      0.02
    04:20:01          all     84.83      0.01     11.80      3.21      0.00      0.15
    04:30:01          all     76.23      0.00     10.30     12.34      0.00      1.12
    04:40:01          all     79.14      0.00     12.07      8.30      0.00      0.49
    04:50:01          all     77.63      0.00     12.19      9.40      0.00      0.77
    05:01:01          all     75.95      0.00     10.50     12.80      0.00      0.75
    05:11:01          all     83.21      0.00     11.98      4.54      0.00      0.26
    05:21:01          all     76.37      0.01     11.20     11.49      0.00      0.94
    05:31:01          all     77.97      0.00      9.04     10.30      0.00      2.69
    Average:          all     79.72      0.00     11.28      8.20      0.00      0.80
    Now that the 4 CPU's and RAM is been added , my request is how to  calculate the required kernal parameters for oracle  to this new configuration  for some improvement in the oracle performance .
    like kernal.shmmax
          kernal.shmall
    /dev/shm file system
    largest value of MEMORY_MAX_TARGET or MEMORY_TARGET of all instances
    the oracle is set as automatic memory management . it is not an RAC environment .
    Any Expert suggestion is highly apprciated .
    Thanks in advance .

  • TS4036 Trying to restore, I've tried a dozen networks and I keep getting a "lost connection" after an hour or two, EVERYTIME. Using Cox Wi-fi with a net gear 300 router. Any suggestions?

    Trying to restore, I've tried a dozen networks and I keep getting a "lost connection" after an hour or two, EVERYTIME. Using Cox Wi-fi with a netgear 300 router. Any suggestions?

    Thanks, helped me figure out a bigger problem there was with my router's access control and all kinds of crazy numbers that needed to be changed, but I got it.
    Problem is fixed as far as I can tell!

  • Manually allocate SGA and PGA to a Instance?

    1) Can we Manually allocate SGA and PGA to a Instance after . startup
    sql>show user
    connected to idle instance
    2) In which type of memory user is stored in oracle mem or windows memory.
    Thanx

    If you are using 10g, you can modify PGA size after instance startup by alter system to change PGA_AGGREGATE_TARGET
    You can't increase SGA_MAX_SIZE while instance is running. However you can change effective SGA size by alter SGA_TARGET if you are using ASMM
    to find out what's current logon user,
    select user from dual;
    Don't quite understand your second question.

  • How to change SGA and PGA in 10g r2 RAC

    Hi,
    How to change SGA and PGA in 10g r2 RAC, its Linux.

    Hi,
    Here is the way i followed to change SGA and PGA in RAC.
    Action Plan to change the memory parameter in the production environment(5/21/2010)
    Note:
    =====
    Practice should be done in the DEV/TST environment before moving to Production;
    Although the procedure could be applied in the testing environment the changing values
    used in the testing environment should be modified since RAM number are not the
    same between the testing servers and production servers.
    1.     Make changes to these two parameters in one of
         the prod instance, e.g. PROD1
         ====================================================
         login as sysdba on sqlplus
    Change :
    alter system set sga_target=28G scope=spfile sid='*';
    Change :
    alter system set pga_aggregate_target=4G scope =spfile sid='*';
         sql>alter system set pga_aggregate_target=4G scope=both;
         sql>show parameter pga_aggregate_target;      
              -- should see the altered number on both instances
    Change:
    sql>alter system set sga_max_size=28G scope=spfile sid='*';
    sql>alter system set sga_max_size=28G scope=spfile ;
    sql>alter system set sga_target=28G scope=spfile;
    3.     shutdown database PROD (two instances should be shut down)
         $>srvctl stop database -d PROD
         $>. /$ORA_CRS_HOME/bin/crs_stat -- to check for the database status
    4.     bring up database PROD (two instance should be brought up)
         $>srvctl START database -d PROD
         $>. /$ORA_CRS_HOME/bin/crs_stat -- to check for the database status
         login into both instances as sysdba to check
         sql>show parameter pga_aggregate_target
         sql>show parameter sga_max_size
              -- should see the altered number still there in both instances
              -- from step 1
         -- After confirming above two parameters are altered on both instances,
         -- then issue the syntax below in one instance
    5)     check everything is ok

  • How to know the amount of ora 11g page-out  memory (sga and pga)?

    How to know the amount of oracle 11g page-out memory ( sga and pga) in the SunSolaris 10 Unix and Linux.
    I need to know how many oracle memory are being page-out ( all and for a one oracle server process).
    thanks

    You can monitor the paging with vmstat or sar commands.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/tuning.htm#sthref500
    You can also get the paging information on OEM home page if configured for your database.
    But I don't know if there exists a method with which one can find out how much memory per session/server process is getting paged out.

  • Increase the SGA and PGA size

    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...
    Thanks,
    Haraprasad...

    805936 wrote:
    Hello Guru,
    How do i check what is my SGA and PGA..I am using TOAD..
    I need to increase the SGA and PGA size...Please help..
    The current size for both SGA and PGA can be shown depending on the version of the db. For 10g, the SGA size is shown by sga_target parameter and PGA size is shown by pga_aggregate_target parameter. For 11g, the parameter memory_target sets them both.
    I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and also compile mode..
    So i believe, I need to increase the SGA and PGA size...No, IMO, your believe doesn't hold much base as the evidence that you have used is insufficient. What is the debugging mode or compile mode ? For what purpose you are using these modes? 200 million is not a very large number if you ask me. Tell us your db version and based on it, generate a Statspack or AWR report and post here.
    HTH
    Aman....

  • Guidelines for SGA and PGA tuning for 10gR2 RAC and ASM ?

    I am looking for tuning information on SGA and PGA tuning for Oracle 10g (10.2) RAC and ASM for a 4TB OLTP and DSS mixed environment on Solaris 10 platform.

    We are running Solaris 10 SPARC 64 bit with Oracle 10gR2 RAC Enterprise Edition and ASM on Sun servers with 32GB of RAM for memory for a 4TB OLTP database.
    It is in design phase so I do not have an existing AWR or Statspack report yet. Is there a best practices guideline on how to size parameters for the SGA (ie: shared_pool_size, etc) and PGA for this environment from Oracle?

  • There was add one and i lost it after the update and i don't remember it's name

    there was add one and i lost it after the update and i don't remember it's name
    it was add-on to show me the source of any click able content
    like pics on twitter or Facebook
    also the videos on youtube
    and it showed a little icons with small pic shape on it with different colors
    and also sometimes with a small lock shape on it
    now i need to know what this add -on name or how to get it back

    Add-ons are not auto-deleted as far as I know...
    It's possible that the extension or userscript simply doesn't work correctly in Firefox 22 due to a change in Firefox. If you look at the add-on pages, often the reviews will mention whether the add-on is broken in a new release.

  • Adobe Installer stalls @ 50% with error lost connection... reconnecting and hangs up

    Adobe Installer stalls @ 50% with error lost connection... reconnecting and hangs up. Can any one help please? I've Windows 7 and using internet explorer.

    you can use the links below.  if you have the same problem, you can try a different browser and/or a different wired connection and/or a download manager.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Time Machine lost connection after Lion update

    Wanted to see if anyone lost the time machine connection after the latest 10.7.1 update released yesterday?  My system couldnt find the drive for it and I had to re-set my time machine and then I could connect.

    Some more info might help one of us with possible steps to resolve your problem. Is the external drive firewire, usb or network through airport, port-powered, etc?
    What basic troubleshooting did you try?
    Does it show up in System profiler? If it does there may not be too serious a problem.
    While there are some who've had problems with the latest updates many of us have had no problems but we do empathise with those who have.
    Neville

  • Wreg54g lost connection after router restart

    Hi everibody! i need your help if anybody can help me...Recently somebody helped me and installed my Wreg54g.after some time, i had to restart my router so i can connect my phone(it had to be directly to the router..so i had to restart it). after this operation, my range expander lost connection.one light blue, one red..so i pressed that button auto configuration, both lights turned blue, but still i don't have full signal on my comp.what did i do wrong, how can i fix it?
    Solved!
    Go to Solution.

    I believe the settings on the range extender had been messed up so much that you press the AUTO Configuration button when you tried to reconnect though that is understandable. What I suggest is you make sure that the wireless internet is working okay through the router then on the WRE54G, configure the wireless settings again manually (without running the set up CD) the same with the router's. Check on the articles below to guide you in setting up the extender manually. By the way, reset first the extender before doing the reconfiguration.
    Setting up the range expander without the installation CD
    http://homekb.cisco.com/Cisco2/ukp.aspx?vw=1&docid=4d0870bf247a47e5b49b945a7a1ff515_Setting_up_the_R...
    Additional References:
    http://homekb.cisco.com/Cisco2/ukp.aspx?vw=1&docid=a3f6ea1b147844c090f7227d504ddbc1_.xml&pid=80&resp...
    http://homekb.cisco.com/Cisco2/ukp.aspx?vw=1&docid=3723920ab5ec46f0a6d6a4f831e55b06_1488.xml&pid=80&...

  • Suddenly lost connection to my wifi and my phone can't find it again?

    I was just using my iphone 4s normally and it suddenly lost connection to my home's wifi. I have been trying for hours, reset the wifi modem and turned it on and off, put my phone through recovery mode- the whole lot. Please help!!!

    Howdy whitneyavon,
    It sounds like you are unable to either connect to, or see your home Wi-Fi network. I would first, update your router, then reset your network settings. Assuming you restored from a backup, my thought is that the backed up network settings may need to be refreshed:
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including:
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    From: iOS: Troubleshooting Wi-Fi networks and connections
              http://support.apple.com/kb/TS1398
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

Maybe you are looking for

  • Built-In Users-group is suddenly gone on folder security tab.

    Dear forum-members, I have got a problem with folder-permissions (acl) on a Windows 2003 Server with Terminal Services (Citrix). The application "Sybase" is installed on the D-drive (disk). A thrid party application needs Sybase to communicate throug

  • How to make touchpad Be sensitive to all areas of his

    hi i have Lenovo x201 and i have problem. how to make touchpad Be sensitive to all areas of his ? for example, the top area not responding if i drag my finger from the top to bottom - but if i drag my finger from the middle to bottom its works fine.

  • I want to keep my most visited sites bookmarked but only displays about last 10

    Like IE: I can keep adding favorites, forever & still see all listed in a long drop-down list or in folders. But when I bookmark a page in FF & say add it to a folder, then browse some more, & I want to visit my popular sites like my YouTube page, I

  • Problem with Raise keyword

    exception when others then dbms_output.put_line('xxxxxx'); dbms_output.put_line('xxxxx'); raise; end; What is the use of Raise here, pls help, what does it do uin the exception part???

  • No sound using optic SP

    Hi, I have successfully installed the creative X-FI Xtreame on my PC. However i have problems hearing sound using the following configuration: I am connecting an optic SPDIF cable to SPDIF out connection at the back of an HD DVD (Neo Neo) the other s