Problem- first opening of database in WIN XP

when I try and open the database from the startup screen , it will allow me to enter in the Host Credentials and credentials for the target database, but it will then say starting database and simply return to the start up screen saying the database is closed ?

Try not to use the Enterprise Manager.
Use ORADIM at the command line or net start or the services applet.
Alternatively check the Alert log to see why it isn't starting.

Similar Messages

  • Problem in opening cloned database

    i have cloned database with name test to test1 in the same oracle home.My problem is that i can't able to open the cloned database
    c:\>set oracle_sid=test1
    c:\>sqlplus /nolog
    SQL>conn sys/oracle as sysdba;
    ORA-12560 TNS:Protocol adapter Error.
    But if i use the folowing procedure i can able to open the cloned database
    c:\>set oracle_sid=test(NOte test is the source database not clonned database)
    c:\>Sqlplus /nolog
    SQL>conn sys/oracle as sysdba
    SQl>startup nomount pfile='c:\oracle\pfile\inittest1.ora'(this is the location of init.ora file for cloned database)
    SQL>alter database mount;
    SQL>alter database open;
    Now cloned database is up and running.
    Now if i try to open the original database (TEST) then i am getting the error
    c:\>set oracle_sid=play
    c:\>sqlplus "/nolog
    SQL>conn sys/oracle as sysdba
    SQL>startup
    ERROR:database is already up and running
    SQL>select name from v$database;
    name
    Play1
    Can any one help me to open two databases at same time.
    Thankx...

    1) ordim
    Create an instance by specifying the following options:
    -NEW -SID sid | -SRVC srvc | -ASMSID sid | -ASMSRVC srvc [-SYSPWD pass]
    [-STARTMODE auto|manual] [-SRVCSTART system|demand] [-PFILE file | -SPFILE]
    [-SHUTMODE normal|immediate|abort] [-TIMEOUT secs] [-RUNAS osusr/ospass]
    expample
    oradim -NEW -SID orcl2
    2) Password creation
    orapwd file=orapwd<SID> password=oracle entries=5
    Virag

  • Problem with Opening the Database

    Dear All,
    I am learning myself Backup And Recovery.
    I messed up with Redo Log files and now the database is not opening.
    What actually I did is
    1) I got 2 redo log groups with I member file in each group.
    Group 1 (redo1) & Group 2(redo 2)
    2) Then I shutdown the database "Shutdown Normal"
    3) Then I removed the one redo log files. (redo 1) "rm redo1"
    4) Now I tried to open the database. It didnot opened as redo 1 is not available
    5) Now I Added one group 3 when the database is in mount mode (alter database add logfile group 3 ...)
    6) Now when I tried to drop the redo log file, I am getting the below error
    ORA-01623 log 1 is current log for instance orcl (thread 1) - cannot drop.
    7) So Now I am not able to open the database
    Can Anyone please help me out.
    Appreciate any help
    Thanks & Regards
    Madhu K

    Madhu,
    Can you try recreating the controlfile ? All it does is resets the redologs (reinitializes them). There wont be any dataloss. You can open the database using "alter database open resetlogs" after you recreate the controlfile.
    Have you looked into the backup and recovery case scenarios. They covered loss of redologs also.
    Since you are learning by yourself, i hope you are following Official Oracle guides. They are your bible when you practice things for the first time.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=4 => Backup and Recovery Section => Backup and Recovery Basics and Backup and Recovery Advanced User's Guide
    -Srinivas

  • Problem when opening the database

    Hi,
    OracleVersin:10.2.0.1
    OperatingSystem:linux
    When i restart my server and trying to start the database it is not starting .And it is throwing the following error.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  838860800 bytes
    Fixed Size                  1222144 bytes
    Variable Size             213912064 bytes
    Database Buffers          616562688 bytes
    Redo Buffers                7163904 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 8 - see DBWR trace file
    ORA-01110: data file 8: '/u06/oradata/QFUNDAPAYPROD_JUN09.dbf'
    SQL> alter database archivelog;
    alter database archivelog
    ERROR at line 1:
    ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
    SQL> shut immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  838860800 bytes
    Fixed Size                  1222144 bytes
    Variable Size             213912064 bytes
    Database Buffers          616562688 bytes
    Redo Buffers                7163904 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01157: cannot identify/lock data file 8 - see DBWR trace file
    ORA-01110: data file 8: '/u06/oradata/QFUNDAPAYPROD_JUN09.dbf'please help me

    Hi,
    Here is the output of the logfile
    tarting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      processes                = 300
      __shared_pool_size       = 205520896
      __large_pool_size        = 0
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      sga_target               = 838860800
      control_files            = /u01/app/oracle/oradata/VSMIG/control01.ctl, /u01/app/oracle/oradata/VSMIG/control02.ctl, /u01/app/oracle/oradata/VSMIG/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 620756992
      compatible               = 10.2.0.1.0
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /u01/app/oracle/flash_recovery_area
      db_recovery_file_dest_size= 2147483648
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=VSMIGXDB)
      job_queue_processes      = 10
      background_dump_dest     = /u01/app/oracle/admin/VSMIG/bdump
      user_dump_dest           = /u01/app/oracle/admin/VSMIG/udump
      core_dump_dest           = /u01/app/oracle/admin/VSMIG/cdump
      audit_file_dest          = /u01/app/oracle/admin/VSMIG/adump
      db_name                  = VSMIG
      open_cursors             = 300
      pga_aggregate_target     = 201326592
    PMON started with pid=2, OS id=3205
    PSP0 started with pid=3, OS id=3207
    MMAN started with pid=4, OS id=3209
    DBW0 started with pid=5, OS id=3212
    LGWR started with pid=6, OS id=3214
    CKPT started with pid=7, OS id=3216
    SMON started with pid=8, OS id=3218
    RECO started with pid=9, OS id=3220
    CJQ0 started with pid=10, OS id=3222
    MMON started with pid=11, OS id=3224
    Wed Nov 11 16:41:56 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=3226
    Wed Nov 11 16:41:56 2009
    starting up 1 shared server(s) ...
    Wed Nov 11 16:41:56 2009
    ALTER DATABASE   MOUNT
    Wed Nov 11 16:42:00 2009
    Setting recovery target incarnation to 3
    Wed Nov 11 16:42:00 2009
    Successful mount of redo thread 1, with mount id 1073552788
    Wed Nov 11 16:42:00 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Nov 11 16:42:07 2009
    alter database open
    Wed Nov 11 16:42:07 2009
    Errors in file /u01/app/oracle/admin/VSMIG/bdump/vsmig_dbw0_3212.trc:
    ORA-01157: cannot identify/lock data file 8 - see DBWR trace file
    ORA-01110: data file 8: '/u06/oradata/QFUNDAPAYPROD_JUN09.dbf'
    ORA-27086: unable to lock file - already in use
    Linux Error: 11: Resource temporarily unavailable
    Additional information: 8
    Wed Nov 11 16:42:07 2009
    Errors in file /u01/app/oracle/admin/VSMIG/bdump/vsmig_dbw0_3212.trc:
    ORA-01157: cannot identify/lock data file 13 - see DBWR trace file
    ORA-01110: data file 13: '/u06/oradata/APAYPROD_90616.dbf'
    ORA-27086: unable to lock file - already in use
    Linux Error: 11: Resource temporarily unavailable
    Additional information: 8
    ORA-1157 signalled during: alter database open...
    Wed Nov 11 16:57:00 2009
    db_recovery_file_dest_size of 2048 MB is 75.04% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.

  • Problem in opening of database

    hi everybody
    can anyone solve this
    during opening of the database the error is
    ora 03113 end of file comminication channel
    when i check the alert log file
    the expressions are in alter file :-
    Database mount in Exclusive mode
    complete : alter database mount
    LGWR:Primary database is in CLUSTER CONSISTENT MODE
    LGWR:Primary database is in MAXIMUM PROTECTION MODE
    LGWR:Destination LOG_ARCHIVE_DEST_2 IS NOT SERVIVED BY LGWR
    LGWR:Destination LOG_ARCHIVE_DEST_1 IS NOT SERVICED BY LGWR
    Error in file /u01/oracle/bdump/k_lgwr_2703.trc:
    ora -16072: Minimun of the one standby database destination is required
    LGWR Terminiating instane due to error
    and in trace file same error defination is ;-
    LGWR:Primary database is in CLUSTER CONSISTENT MODE
    LGWR:Primary database is in MAXIMUM PROTECTION MODE
    LGWR:Destination LOG_ARCHIVE_DEST_2 IS NOT SERVIVED BY LGWR
    LGWR:Destination LOG_ARCHIVE_DEST_1 IS NOT SERVICED BY LGWR
    so i don't know what is this ,So give ur ideas to resolve this situation
    thanks

    Have you removed the standby database???
    If yes, check whether the Primary Database has still the Protection Mode stored in the Data Dictionary. The Protection Mode requires a running connection to a Standby Database with LGWR SYNC as Log-Transportation Mode. As per metalink:--
    >
    Fix
    ~~~~
    Startup the Primary Database in Mount State and set the Protection Mode back
    to Maximum Performance Mode, which is the Default:
    SQL> ALTER DATABASE SET STANDBY DATABASE TO MAXIMIZE PERFORMANCE;
    Then shutdown the Database and restart again.
    >
    Check metalink Doc ID: Note:245731.1
    Anand

  • Aperture (3.4.1) no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary." How can I solve this problem? Thanks

    I was using Aperture (3.4.1), when he appeared a notice that asked me to stop the Mac with the power button. When I restart Aperture no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary."
    How can I solve this problem?
    Thanks

    After a system crash your Aperture Library may be corrupted, because Aperture may not have been able to finish the ongoing database transactions.
    Have you tried the Aperture Library First Aid Tools?
    Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    Try "Repair Database", and if this does not help: "Rebuild Database"
    Regards
    Léonie

  • Problem to open the oracle XE Database

    Log file name :  oxe_backup_current.log
    XE Backup Log
    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Sep 12 04:26:21 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: XE (DBID=2619028465, not open)
    RMAN>
    echo set on
    RMAN> shutdown immediate;
    using target database control file instead of recovery catalog
    database dismounted
    Oracle instance shut down
    RMAN> startup mount;
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 213909628 bytes
    Database Buffers 587202560 bytes
    Redo Buffers 2932736 bytes
    RMAN> configure retention policy to redundancy 2;
    old RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters are successfully stored
    RMAN> configure controlfile autobackup format for device type disk clear;
    RMAN configuration parameters are successfully reset to default value
    RMAN> configure controlfile autobackup on;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    RMAN> sql "create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile";
    sql statement: create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile
    RMAN> backup as backupset device type disk database;
    Starting backup at 12-SEP-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=102 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/usr/lib/oracle/xe/oradata/XE/sysaux.dbf
    input datafile fno=00005 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_log01.dbf
    input datafile fno=00006 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_lrg01.dbf
    input datafile fno=00001 name=/usr/lib/oracle/xe/oradata/XE/system.dbf
    input datafile fno=00009 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_log01.dbf
    input datafile fno=00010 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_lrg01.dbf
    input datafile fno=00002 name=/usr/lib/oracle/xe/oradata/XE/undo.dbf
    input datafile fno=00004 name=/usr/lib/oracle/xe/oradata/XE/users.dbf
    input datafile fno=00008 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_sml01.dbf
    input datafile fno=00012 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_sml01.dbf
    input datafile fno=00011 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_mdm01.dbf
    input datafile fno=00007 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_mdm01.dbf
    channel ORA_DISK_1: starting piece 1 at 12-SEP-11
    channel ORA_DISK_1: finished piece 1 at 12-SEP-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_09_12/o1_mf_nnndf_TAG20110912T042633_76vjksws_.bkp tag=TAG20110912T042633 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:15
    Finished backup at 12-SEP-11
    Starting Control File and SPFILE Autobackup at 12-SEP-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_09_12/o1_mf_s_761631122_76vjl97m_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 12-SEP-11
    RMAN> configure controlfile autobackup off;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters are successfully stored
    RMAN> alter database open;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/12/2011 04:26:51
    ORA-00322: log 1 of thread 1 is not current copy
    ORA-00312: online log 1 thread 1: '/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_6jmmyqk8_.log'
    RMAN> delete noprompt obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type Key Completion Time Filename/Handle
    Backup Set 3 12-SEP-11
    Backup Piece 3 12-SEP-11 /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_09_12/o1_mf_nnndf_TAG20110912T040202_76vh3v58_.bkp
    Backup Set 4 12-SEP-11
    Backup Piece 4 12-SEP-11 /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_09_12/o1_mf_s_761630513_76vh4yjx_.bkp
    Backup Set 5 12-SEP-11
    Backup Piece 5 12-SEP-11 /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_09_12/o1_mf_nnndf_TAG20110912T040908_76vhk4n6_.bkp
    Backup Set 6 12-SEP-11
    Backup Piece 6 12-SEP-11 /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_09_12/o1_mf_s_761630513_76vhkmyg_.bkp
    RMAN-06207: WARNING: 4 objects could not be deleted for DISK channel(s) due
    RMAN-06208: to mismatched status. Use CROSSCHECK command to fix status
    RMAN-06210: List of Mismatched objects
    RMAN-06211: ==========================
    RMAN-06212: Object Type Filename/Handle
    RMAN-06213: --------------- ---------------------------------------------------
    RMAN-06214: Backup Piece /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_09_12/o1_mf_nnndf_TAG20110912T040202_76vh3v58_.bkp
    RMAN-06214: Backup Piece /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_09_12/o1_mf_s_761630513_76vh4yjx_.bkp
    RMAN-06214: Backup Piece /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_09_12/o1_mf_nnndf_TAG20110912T040908_76vhk4n6_.bkp
    RMAN-06214: Backup Piece /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_09_12/o1_mf_s_761630513_76vhkmyg_.bkp
    RMAN>
    Recovery Manager complete.
    RMAN error: See log for details.
    An error also comes out while opening the database through SQL statement
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 213909628 bytes
    Database Buffers 587202560 bytes
    Redo Buffers 2932736 bytes
    Database mounted.
    ORA-00322: log 1 of thread 1 is not current copy
    ORA-00312: online log 1 thread 1:
    *'/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_6jmmyqk8_.log'*
    SQL>
    Its an error (problem) of our DC ( Primary) Sever so Please reply back with suitable answer as soon as possible
    Regards,
    Niraj Prasad Karn
    Edited by: 870614 on Sep 14, 2011 10:38 AM

    I suggest you transfer this threat to a different forum, as this is the OEM GC forum.
    I guess you want to post in the Database forum.
    Regards
    Rob
    http://oemgc.wordpress.com

  • Problem with Subform Instances at First Opening

    Hi All,
    I have a large, complex form that has several subforms that I need to have zero instances the first time the form is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave and open with zero instances! However, I have one subform that always starts with an instance (1 instance instead of zero instances). I really don't want to work-around this, as I have done in the past when this has heppened. I want to solve it.
    I have tried
    Unwrapping the subform and the re-wrapping in a new subform
    Manually editing the <occur/> element in the XML for the subform.
    repeatedly trying different things in the Object pallet--the initial count checkbox always reverts to unchecked and the count to blank--I actually see it un-checking itself and removing the "0", right after I return to Design View from the Preview. This even happens after I have manually set the values in the XML. I double-check the Object pallet to see that my edits are reflected there (they are) and then... upon returning from Preview, it reverts and my <occur/> edit vanishes.
    I have looked for scripts that might be causing this--without any luck.
    I have encountered this sort of thing before and finally gave up and used the "presence" property as a work-around. The subforms don't always get utilized by the user and they should only exist when the user needs them. I will be exporting the XML data out of this form and exporting a lot of empty elements just presents another problem I'd like to avoid.
    Any suggestions are most welcome. I hope someone knows of a solution--I have spent way too much time on this.
    Cheers,
    Stephen

    Hi,
    Thanks kjaeggin and Bruce,
    I have the checkBoxes unchecked and the occur element is <occur min="0" max="-1"/> .
    Actually, this is the way the checkBoxes and XML have been all along and the results are what what I have previously described.
    One of my attempts to fix this was manually adding the "initial" attribute to the <occur/> element (by directly editing since it won't stick in the Object pallet)
         <occur min="0" max="-1" initial="0"/> that the edit reverts to <occur min="0" max="-1"/>.
    Also I have tried
         <occur min="0" max="1" initial="0"/> this is what I really want (max="1") and it reverts to <occur min="0" max="-1"/> as well
    And
         <occur min="0" max="1"/> reverts to <occur min="0" max="-1"/>
    The documentation for scripting the "initial" property of an object says:
         "This property should be used only for printed and static forms."
    This doesn't make sense to me because static forms don't have repeating containers, so why would you need/use it?
    Finally, to rule out that there is a script or property within mySubform causing this, I have set the presence property for all the subforms contained within mySubform to Inactive (Exclude from form processing) leaving only a single static object to be rendered if there is an instance of mySubform. (Bruce, I am not sure you have this on LCD 9. It is in ADEP Designer 10 and is supported by the target version). The result is the same--I see the first static object GrandParent.Parent.mySubform.staticObject but when I add a GrandParent I see GrandParent.Parent.nothingElse -- the added GrandParent doesn't have a mySubform. So it only misbehaves when the form is first opened, not when a GrandParent is added.
    I have removed global bindings from the few objects in mySubform that have them--no change. I have commented out the 1 script in mySubform that runs at form:ready--no change. I am going to look at scripts outside mySubform that get values from objects within mySubform, to see if somehow that is where the answer is. I would think that scripts would impact new instances of GrandParent, as well. I've looked at all other form:ready scripts and none interacts with or get values from mySubform.
    I think I may just have to settle for a work-around. Sure would like to know whats going on here, though.
    Thanks,
    Stephen

  • Problem in  Oracle EM (Database Limits - Current Open Cursors)

    Hi everyone,
    I have a problem in Oracle Enterprise Manager in All Metrics.
    When I select in All Metrics e.g. Health Check > Maintenance it work's fine and I see a chart.
    If I select in All Metrics > Database Limits > Current Open Cursors Count I got following error:
    Error
    oracle.sysman.dbTarget.db.emSDKOverride.page.mtrx.GetDataException: ORA-06550: Zeile 79, Spalte 16: PL/SQL: ORA-00942: Tabelle oder View nicht vorhanden ORA-06550: Zeile 51, Spalte 7: PL/SQL: SQL Statement ignored
    What's the problem?
    In this database instance i drop these users (schemas): dbuser, mddata, ordplugins, ordsys, si_informtn_schema!!
    Can this lack of user to cause an error?
    Oracle Enterprise Manager Database Control 10.2.0.0
    Database instance: myDB > All Metrics > Database Limits > Current Open Cursors Count
    Thanks.
    Mark

    Hello Mark,
    personally I don;t think it is a good idea to drop schema's from the database that have been installed as part of the activation of a certain Database Option. If you don't want the option, then don't instal it.
    For a complete description of the schema's you are refering to, check: http://download.oracle.com/docs/cd/E11882_01/server.112/e10575/tdpsg_user_accounts.htm#BABGIBBA
    Regards
    Rob
    http://oemgc wordpress.com

  • Problem in opening database

    Hi Experts,
    [NWMss][SQLServer JDBC Driver][SQLServer]The transaction log for database 'KDS' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases.
    Exception id: 10:08_28/09/07_0002_3439451.
    The above error occured and i could not even open database to see my log, how to resolve this problem???
    Thanks,
    Kannan.

    Dear Nicolas,
    Thanks For Replying,
    I Have Windows 2003 Server And Oracle 9i Installed .
    I Followed The Following Steps :
    - I Took A Copy From All The Data Files , Control Files , Redo Logs , And The Init.Ora Files From The Original Server .
    - I Installed Oracle 9i On The Target Server ( Used The Same SID And Location Like The Source Server ).
    - I Copied All The Files In The Corresponding Directories Like The Source Server .
    - Using The SQLPlus, I Started The Database, And It Mounted And Opened The Database Without Any Error .
    - Then When I Went To The OEM, I Connected To The Database, But When I Tried To Open It, It Gave Me An Error That Can't Open The Database, ( I Can't View The Contents ) .
    Thanks,
    Guivara

  • My MacBook Air has problems connecting to a saved network when I first open it.

    My MacBook Air has problems connecting to a saved network when I first open it. When it idles, the connection gets lost and even clicking on the network won't connect it. Then I have to turn off wireless and turn it back on for it to connect. My boyfriend's MacBook Pro does not have this same problem and this problem started maybe 2 months ago and nothing about our internet or router has changed, and its only my computer having the problem. Its a 2013 MacBook Air and my softward is: OS X 10.9.1 (13B42). Please help!

    Hello, nheredia05. 
    Thank you for visiting Apple Support Communities. 
    There are a couple steps that I could recommend trying.  Power cycle the router and test to see if the behavior persists.  Next, try an remove this prefered network from your list and then add it back again.  Make sure all firmware updates have been processed on the router side and the settings have been optimized for performance.  If the issue still persists try the steps in the second article.
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/ht4199
    About Wireless Diagnostics
    http://support.apple.com/kb/HT5606
    Cheers,
    Jason H. 

  • Creating a new profile works fine at first, but back to original problem when opened again

    Ok, so I've been reading about how people have had trouble with slowness using FF, and up until the past week, I've honestly never had a problem with FF. But recently, in the past week, every time I open up a couple of web pages, it slows right down and then into the 'spinning pizza wheel' so that I have to do a force quit. So after a lot of research on these help pages, I tried going into safe mode, as well as doing a full reset, but nothing helped. I then tried to create a new profile, and problem solved! Or so I thought. It turns out that I can open as many pages as I want when I first open this fresh new profile, but when I quit out of FF and then open this new profile again (using the profile manager), it goes right back into slowing down with the 'spinning pizza wheel' again, and so I then have to force quit. I can delete and recreate this new profile over and over, and I keep getting the same result - FF works fine on the first try, but close out and reopen the new profile, or my old one for that matter, and back to the original problem! Hopefully someone can help me out. Thanks in advance!
    BTW I'm using a 2010 Mac Pro running OSX 10.8.5 with the latest version (25) of FF

    the apple guys should do something...this is a bad feedback on their part. this will drive away their costumers knowing this....is there any solution to this?

  • I have a problem when opening author book samples in iPad they dont open at the first page,

    i have a problem when opening author book samples in iPad they dont open at the first page, they open further in, can you explain what i need to do to correct this , Ron Ritter

    Book? I thought you said sample?
    Not sure how that is possible, sorry.
    How many users out of the total downloaded are having this issue?

  • "There was an error opening the database for the library "~/Pictures/Apert"

    Hey everyone,
    There's already another discussion thread about this at the link below, but the problem was never actually resolved. http://discussions.apple.com/thread.jspa?threadID=2343014&tstart=0&messageID=116 67261#11667261
    So I stumbled across this problem where Aperture 3 will display the following error when opening the image library.
    There was an error opening the database for the library “~[path]/Aperture Library.aplibrary”.
    One user suggested navigating to the actual library, and ⌘⌥-clicking the library to open it with the Aperture Library First Aid dialog. This however, did not work for me. I still received the error messages upon ⌘⌥-clicking the library.
    Here's a little hack I discovered for those of you still struggling. It doesn't fix the problem (leaves quite a large dent remaining actually), but hopefully someone can cultivate what little I discovered.
    ⌥-click Aperture (not the library)
    You should get to the library selection dialog box. Create a new library (bottom right corner) and remember the location of the new library. Put a few random pictures in the new one.
    Close Aperture
    ⌃-click both the old and new libraries and "Show Package Contents."
    Open the folder "Database" in both libraries.
    Cross check the folders to see if the old library is missing files that are in the new library. If your old library is missing some files (mine was), drag the missing files from the new library to the old one.
    Close both folders.
    ⌘⌥-click the old library.
    NOW, I got the Aperture Library First Aid dialog.
    Rebuild the library (3rd option)
    Wait a while.
    Aperture should open up with a folder named "Recovered Folder." Within this folder will be a SINGLE project named "Recovered Project" with ALL the images from your old library. There may be a few albums there too, but mine were all empty so it didn't matter in my case. To my knowledge, I lost all the adjustments I performed too.
    This is as far as I got. I have much of my library backed up, so I only needed to copy the most recent photos into the backup. I am NOT reorganizing and re-editing pictures in this one!
    As Aperture is a photo-organizing and photo-editing software, I understand that this by no means fixes the problem, since you lose all organization and editing. But it enables one to at least view the images lost. Hopefully a more knowledgable hacker else can figure out how to fix this completely. Unfortunately, I simply don't have the time to continue messing with this.
    Good luck to anyone else having issues! I understand the frustration you must be facing, its freaky having years worth of images simply disappear! After this incident, I'm definitely going to configure Time Machine to perform more frequent backups, since my latest backup was already a couple weeks old.

    Hey All,
    To my horror I have a similar problem and your solution didn't seem to help. To be specific, I get the error:
    "There was an error opening the database for the library “~/Pictures/Aperture Library_2.aplibrary" Everytime I try to run Aperture. This happened because my Apple computer shut off completely (due to bad battery) while importing photos from a memory card.
    I've tried "option + command" while clicking the aperture application and that gave me the same error message without any other option except to quit the program. I tried "option + command" and clicked the library package but that didn't work either. I tried creating a new aperture library, opening it which I did successfully, and then switching to my main one but that didn't work.
    Does anyone know away to get it to work again and have the edits still there?
    I'm a professional photographer and have thousands of photos or so in the library so this is distressing. The master files for the photos are located on an external hard drive, but I'm not sure how to access them in aperture. Are all the edits on the photographs are in the external hard drive or the aperture library. Is there any other way to resolve this issue without losing the edits?
    Does apple have a support number I can call? Any help would be greatly appreciated!!

  • "Truncation context failed to open for database" when executing Add-MailboxDatabaseCopy

    On a new two-member DAG, I'm unable to successfully create mailbox database copies.  When I issue the command:
    Add-MailboxDatabaseCopy -Identity TFDAG1_DB1 -MailboxServer TFEX10MB2 -ActivationPreference 2
    I get the following error in Powershell:
    A server-side seed operation has failed. Error: An error occurred while performing the seed operation, which may indicate a problem with the source disk. Error: Failed to open a log truncation context to source TFEX10MB1. Hresult: 0xc7ff1004. Error: Error
    returned from an ESE function call (-1305).
    I do see event ID 222 from TruncationSource in the Microsoft\Exchange\HighAvailability\Operational log: "Truncation context failed to open for database 'eca57218-492d-49fc-a73d-88d919284477' from server 'TFEX10MB2' with reason: 'Database
    is not replicated'."
    The database copy is actually created, but it is initially in a suspended state, and won't become health until I either "Resume Database Copy" or "Update Database Copy".
    Am I doing something wrong here?  The documentation seems to inidcate that the Add-MailboxDatabaseCopy ought to be able to hanlde that step on it's own.
    Thanks again!
    - Jason

    These are brand new MB servers in a test environment.  We haven't gotten to the point where we are testing backup functionality, so there is no database backup activity going on.  And, yes - circular logging is disabled.
    I just removed one of the copies, and created another using the -SeedingPostponed option.  This created a copy that immediately appeared as "Healthy" within the EMC.  I tried Update-MailboxDatabaseCopy immediately after, but then got an error that
    "Replication for database is not suspended", at which point the database copy showed in the EMC with a status of "Disconnected and Healthy".
    So I removed that copy and went back to creating a new copy without the -SeedingPostponed option...  At this point the database copy was created and immediately shows "Healthy" within the EMC.  This is what I would have expected initially, so I'm
    wondering if perhaps the Mailbox server was just too new when I was initially creating my first database copies (as in Exchange was installed and I then immediately created a DAG and backup copies less than 5 minutes after installation was complete). 
    Since it seems like it's working now, I may be out of the water?  Will test some more tomorrow.
    Thanks for the feedback and anything further you can provide.

Maybe you are looking for

  • I have elements 8 and I want to be able to load the same picture in multiple times because

    Question - I have photoshop elements 8 and I want to be able to load the same picture in multiple times because I have 1200 pictures already pregrouped into 60 file categories and some pictures are duplicated thruout these files. How can I get elemen

  • Does Office 2007 work with CVI automation

    We've used Office with CVI with varying degrees of success over the years, typically to generate reports or to populate excel spreadsheets with measured data. Now I'm running XP SP3 and Office 2007 with CVI 2009. Office 2007 seems to be so significan

  • How to apply some code to event?

    Hello Experts, My BI consultant has cretaed one event. I need to apply my logic(abap code), when this event ger trigger. So where can I write my code in event? Please provide some document if anyone have... Thanks, Regards, Sagar

  • Menu Exit For IP24

    Hi,        I need to add a push button in the application tool bar of  IP24 Transaction I am searching for menu exit for it .Please suggest me any exit if you know. Regards, sreelakshmi,

  • HT4889 Migration Assistant unable to transfer from OS 10.4.11 to Mountain Lion

    I am following the instructions here How to use Migration Assistant to transfer files from another Mac http://support.apple.com/kb/HT4889?viewlocale=en_US&locale=en_USto migrate from OS 10.4.11 to Mountain Lion, but Migration Assistant gets stuck loo