Control File Not Recognized

Hi All,
I am not able to bring up the database. It's throwing the below error:-
SQL> startup
ORACLE instance started.
Total System Global Area 1102344192 bytes
Fixed Size 2212576 bytes
Variable Size 754978080 bytes
Database Buffers 335544320 bytes
Redo Buffers 9609216 bytes
ORA-00205: error in identifying control file, check alert log for more info
I am using Oracle 11.2.0.1 in Linux machine..I have checked in ASM the control files are located correctly not sure why the error is like this.
SQL> show parameter control_file
NAME TYPE
VALUE
control_file_record_keep_time integer
7
control_files string
DATA/prodr/control01.ctl, DA
TA/prodr/control02.ctl
I have checked in ASM that the files are present there. Check below:-
oracle@blrulvremoradb01:+ASM [home/oracle] > asmcmd
ASMCMD> ls
DATA/
ASMCMD> cd DATA/
ASMCMD> ls
ASM/
PRODR/
ASMCMD> cd PRODR/
ASMCMD> ls
ARCHIVELOG/
CONTROLFILE/
DATAFILE/
ONLINELOG/
PARAMETERFILE/
TEMPFILE/
control01.ctl
control02.ctl
redo01.log
redo02.log
redo03.log
spfilePRODR.ora
sysaux01.dbf
system01.dbf
temp01.dbf
undotbs01.dbf
users01.dbf
Please help me resolving this.. I am also mentioned the pfile I have created from spfile earlier..
PRODR.__db_cache_size=335544320
PRODR.__java_pool_size=16777216
PRODR.__large_pool_size=16777216
PRODR.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
PRODR.__pga_aggregate_target=452984832
PRODR.__sga_target=654311424
PRODR.__shared_io_pool_size=0
PRODR.__shared_pool_size=268435456
PRODR.__streams_pool_size=0
*.audit_file_dest='/u01/app/oracle/admin/PRODR/adump'
*.audit_trail='db'
*.compatible='11.2.0.0.0'
*.control_files='+DATA/prodr/control01.ctl','+DATA/prodr/control02.ctl'
#*.control_files='+DATA/PRODR/CONTROLFILE/Current.260.800093869','+DATA/PRODR/control02.ctl'
*.db_block_size=8192
*.db_domain=''
*.db_name='PRODR'
*.db_recovery_file_dest='+DATA'
*.db_recovery_file_dest_size=4070572032
*.diagnostic_dest='/u01/app/oracle'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=PRODRXDB)'
*.log_archive_format='%t_%s_%r.dbf'
*.memory_target=1097859072
*.open_cursors=300
*.processes=150
#*.remote_login_passwordfile='EXCLUSIVE'
*.undo_tablespace='UNDOTBS1'
Please help me.
Regards,
Arijit

HI,
Last few lines of alert log is given below:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options.
Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/dbhome_2/dbs/spfilePRODR.ora
System parameters with non-default values:
processes = 150
memory_target = 1056M
control_files = "+DATA/prodr/control01.ctl"
control_files = "+DATA/prodr/control02.ctl"
db_block_size = 8192
compatible = "11.2.0.0.0"
log_archive_format = "%t_%s_%r.dbf"
db_recovery_file_dest = "+DATA"
db_recovery_file_dest_size= 3882M
undo_tablespace = "UNDOTBS1"
db_domain = ""
dispatchers = "(PROTOCOL=TCP) (SERVICE=PRODRXDB)"
audit_file_dest = "/u01/app/oracle/admin/PRODR/adump"
audit_trail = "DB"
db_name = "PRODR"
open_cursors = 300
diagnostic_dest = "/u01/app/oracle"
Tue Nov 27 15:32:50 2012
PMON started with pid=2, OS id=7345
Tue Nov 27 15:32:50 2012
VKTM started with pid=3, OS id=7347
VKTM running at (100ms) precision
Tue Nov 27 15:32:50 2012
GEN0 started with pid=4, OS id=7351
Tue Nov 27 15:32:50 2012
DIAG started with pid=5, OS id=7353
Tue Nov 27 15:32:50 2012
DBRM started with pid=6, OS id=7355
Tue Nov 27 15:32:50 2012
PSP0 started with pid=7, OS id=7357
Tue Nov 27 15:32:50 2012
DIA0 started with pid=8, OS id=7359
Tue Nov 27 15:32:50 2012
MMAN started with pid=9, OS id=7361
Tue Nov 27 15:32:50 2012
DBW0 started with pid=10, OS id=7363
Tue Nov 27 15:32:50 2012
LGWR started with pid=11, OS id=7365
Tue Nov 27 15:32:50 2012
CKPT started with pid=12, OS id=7367
Tue Nov 27 15:32:50 2012
SMON started with pid=13, OS id=7369
Tue Nov 27 15:32:50 2012
RECO started with pid=14, OS id=7371
Tue Nov 27 15:32:50 2012
RBAL started with pid=15, OS id=7373
Tue Nov 27 15:32:50 2012
ASMB started with pid=16, OS id=7375
Errors in file /u01/app/oracle/diag/rdbms/prodr/PRODR/trace/PRODR_asmb_7375.trc:
ORA-15055: unable to connect to ASM instance
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 500 (oinstall), current egid = 501 (dba)
Tue Nov 27 15:32:50 2012
MMON started with pid=17, OS id=7377
Tue Nov 27 15:32:50 2012
MMNL started with pid=16, OS id=7381
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
starting up 1 shared server(s) ...
ORACLE_BASE from environment = /u01/app/oracle
Tue Nov 27 15:32:50 2012
ALTER DATABASE MOUNT
Starting background process ASMB
Tue Nov 27 15:32:50 2012
ASMB started with pid=21, OS id=7400
Starting background process ASMB
Tue Nov 27 15:32:54 2012
ASMB started with pid=21, OS id=7420
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DATA/prodr/control02.ctl'
ORA-17503: ksfdopn:2 Failed to open file +DATA/prodr/control02.ctl
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15055: unable to connect to ASM instance
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 500 (oinstall), current egid = 501 (dba)
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DATA/prodr/control01.ctl'
ORA-17503: ksfdopn:2 Failed to open file +DATA/prodr/control01.ctl
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15055: unable to connect to ASM instance
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 500 (oinstall), current egid = 501 (dba)
ORA-205 signalled during: ALTER DATABASE MOUNT...
Tue Nov 27 15:32:54 2012
Starting background process ASMB
Tue Nov 27 15:32:54 2012
ASMB started with pid=21, OS id=7424
Starting background process ASMB
Tue Nov 27 15:32:57 2012
ASMB started with pid=21, OS id=7428
Starting background process ASMB
Tue Nov 27 15:33:00 2012
ASMB started with pid=21, OS id=7432
Starting background process ASMB
Tue Nov 27 15:33:03 2012
ASMB started with pid=21, OS id=7436
Starting background process ASMB
Tue Nov 27 15:33:03 2012
ASMB started with pid=21, OS id=7440
Tue Nov 27 15:33:06 2012
Starting background process ASMB
Tue Nov 27 15:33:06 2012
ASMB started with pid=21, OS id=7444
Regards,
Arijit

Similar Messages

  • Install error during make of Pro*/C++ - file not recognized:

    Say, anyone seen this error during install? The file or directory "proc" is indeed missing... is this a known shortcoming of this release? Can these make errors be ignored?
    Thanks in advance
    Dennis
    Starting install Link Phase of component Oracle Internet Directory Client Common Files
    Starting install Link Phase of component Required Support Files
    Starting install Link Phase of component Oracle Code Editor
    Starting install Link Phase of component Oracle Database User Interface
    Starting install Link Phase of component Oracle Ultra Search Server Rdbms
    Starting install Link Phase of component Enterprise Manager Minimal Integration
    Starting install Link Phase of component Object Type Translator
    Starting install Link Phase of component Pro*C/C++
    Calling Action unixActions10.1.0.3.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /app/oracle/OraHome_1/precomp/lib/ins_precomp.mk
         installTarget = relink
         installArguments = ORACLE_HOME=/app/oracle/OraHome_1,EXENAME=proc,
         undoMakeFileName = null
         undoTarget = null
         undoArguments = null
         logFile = /app/oracle/OraHome_1/install/make.log
         progMsg = Linking proc
    The output of this make operation is also available at: '/app/oracle/OraHome_1/install/make.log'
    Start output from spawned process:
    Linking /app/oracle/OraHome_1/precomp/lib/proc
    /app/oracle/OraHome_1/lib/s0main.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    /bin/chmod: failed to get attributes of `/app/oracle/OraHome_1/precomp/lib/proc': No such file or directory
    make: *** [app/oracle/OraHome_1/precomp/lib/proc] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'relink' of makefile '/app/oracle/OraHome_1/precomp/lib/ins_precomp.mk'. See '/app/oracle/oraInventory/logs/installActions2005-07-04_09-24-38AM.log' for details.
    Exception Severity: 1
    *** Cancel Dialog: ***
    User Selected: Stop installation of all products.
    Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.
    Error in invoking target 'relink' of makefile '/app/oracle/OraHome_1/precomp/lib/ins_precomp.mk'. See '/app/oracle/oraInventory/logs/installActions2005-07-04_09-24-38AM.log' for details.
    Unable to read the list of homes from the inventory.

    If your library is in the standard layout of an iTunes folder containing an iTunes Media folder (and you've already copied over the media) then you can simply copy the iTunes library files and album artwork folder across to the new machine recreating the same layout. If the media folder has been split out from the main iTunes folder then see make a split library portable for a way to get the library into a portable form, after which you can copy over the library files.
    tt2

  • New Nikon Df camera RAW files not recognized in Bridge and Photoshop.

    New Nikon Df camera RAW files not recognized in Bridge and Photoshop.  Is there a fix?  Surely Adobe make a mistake and not keep up with Nikon.

    I looked at the current list http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html and did not see the Nikon DF listed.
    Would post in ACR forum and see if they know anything more.  http://forums.adobe.com/community/cameraraw

  • Libc.so: file not recognized: File format not recognized

    Hi,
    While running the "cd $ORACLE_HOME/procbuilder60/lib; make -f ins_procbuilder.mk install"
    i am getting the error.
    [appldev@datadev lib]$ cd $ORACLE_HOME/procbuilder60/lib; make -f ins_procbuilder.mk install
    rm -f de60desm /appldev/devora/iAS/6iserver/bin/de60desm
    - Linking de60desm executable...
    gcc -o de60desm -L/appldev/devora/iAS/6iserver/lib/ -L/appldev/devora/iAS/6iserver/lib/ -L/appldev/devora/iAS/6iserver/lib//stubs/ \
    /appldev/devora/iAS/6iserver/procbuilder60/lib/detk2.o /appldev/devora/iAS/6iserver/procbuilder60/lib/demsr.o /appldev/devora/iAS/6iserver/procbuilder60/lib/demcl.o \
    /appldev/devora/iAS/6iserver/procbuilder60/lib/ui10.o /appldev/devora/iAS/6iserver/procbuilder60/lib/uiicxd.o \
    /appldev/devora/iAS/6iserver/rdbms/lib/defopt.o -lde60 \
    -lca60 -lucol60 \
    -lnvu60 -lnvc60 -lnvs60 -luicc60 -lmmiw60 -lmmov60 -lmma60 -lmmos60 -lmmoi60 -lmmia60 -lmmft60 -lmmcm60 -luihx60 -luihx60 -luc60 -luipr60 -luimotif60 -lot60 -lrem60 -lree60 -lrec60 -luiimg60 -luimotif60 -luipr60 -luiimg60 -luc60 -lrem60 -luimotif60 -luia60 -ltknqap60 -luipr60 -luimotif60 -lutt60 -lix60 -lixd60 -lrod60 -lror60 -lros60 -lrod60 -lror60 -lros60 -lrod60 \
    -luat60 -lutc60 -lutl60 -lutsl60 -lplsf -lplsb -lextp /appldev/devora/iAS/6iserver/lib/libpsd.a -lplsf -lplsb -lextp \
    -lslax /appldev/devora/iAS/6iserver/lib/nautab.o /appldev/devora/iAS/6iserver/lib/naeet.o /appldev/devora/iAS/6iserver/lib/naect.o /appldev/devora/iAS/6iserver/lib/naedhs.o `cat /appldev/devora/iAS/6iserver/lib/naldflgs` -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /appldev/devora/iAS/6iserver/lib/sysliblist` -ldl -lpthread -lm -L/usr/lib -lm -L/usr/X11R6/lib -lXm -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ -lXt -lX11 -lm -lix60 -lixd60 -lX11 -lnlsrtl3 -lXp -lXext
    /appldev/devora/iAS/6iserver/lib//stubs//libc.so: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [de60desm] Error 1
    My OS version is RHEL 5.
    Please suggest.
    Thanks in advance.

    But We are facing another issue while running "cd $ORACLE_HOME/reports60/lib; make -f ins_reports60w.mk install"
    [appldev@datadev lib]$ export LD_LIBRARY_PATH=/appldev/devora/8.0.6/network/jre11/lib/i686/native_threads/
    [appldev@datadev lib]$ cd $ORACLE_HOME/reports60/lib; make -f ins_reports60w.mk install
    Last few lines Error:
    ld -shared -o rwows60.so -z text -G -export-dynamic -L/appldev/devora/8.0.6/lib/ -L/appldev/devora/8.0.6/network/jre11/lib/linux/native_threads -L/appldev/devora/8.0.6/network/jre11/lib/i686/native_threads /appldev/devora/8.0.6/reports60/lib/rxmawt.o /appldev/devora/8.0.6/reports60/lib/rwsows3.o /appldev/devora/8.0.6/reports60/lib/rwswif.o /appldev/devora/8.0.6/reports60/lib/rwswcj.o /appldev/devora/8.0.6/reports60/lib/rwswcs.o /appldev/devora/8.0.6/reports60/lib/rwswm.o /appldev/devora/8.0.6/reports60/lib/rwsws.o /appldev/devora/8.0.6/reports60/lib/rwswcm.o /appldev/devora/8.0.6/reports60/lib/rwswk.o /appldev/devora/8.0.6/reports60/lib/rwswu.o /appldev/devora/8.0.6/reports60/lib/rwswur.o /appldev/devora/8.0.6/reports60/lib/rwswx.o -lzrc60 -lca60 /appldev/devora/8.0.6/lib/nautab.o /appldev/devora/8.0.6/lib/naeet.o /appldev/devora/8.0.6/lib/naect.o /appldev/devora/8.0.6/lib/naedhs.o -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -ldl -lm -lpthread -ldl -lpthread -lm -L/usr/lib -lm -lc
    /usr/lib/libc.so: file not recognized: File format not recognized
    make: *** [rwows60.so] Error 1
    Kindly suggest..What is the document/step you are following?
    Thanks,
    Hussein

  • Watch folder "render control file not valid"

    I'm using cc 2014 on my main workstation and render nodes. I can't get the render engine to accept a job because I get the "render control file not valid" error when setting the watch folder. But, I can use the render engine on my main workstation and the job will start just fine. That leads me to believe its a permissions problem, but all of my network computers are set up to work as a 3d animation render farm and it all works pretty well with all computers being able to read and write to each other with full permissions.
    Is there anything else I can look at that might help? Thanks in advance.

    > "Hello - is there any one left at Adobe  to help with this?  "
    This is a user-to-user forum, where people help out in their free time. If you want a guaranteed response from Adobe personnel, contact Adobe Technical Support:
    http://www.adobe.com/support/contact

  • Camera RAW, file not recognized after import and migration, Aperture 2.1

    Hi,
    I have recently purchased a 1DMKIII and am constantly getting "file not recognized" after I import and even after migrating RAW files. My 1DS MK1 RAW files have no issues. The RAW files render just fine using CS4 bridge. Any ideas here on a fix? Other than ditching Aperture (not desireable)
    Thanks,
    Greg

    Hummmm..I have just 'manned-up' from a 2gb macbook running tiger+CS4 to a iMac 24" 8gb running leopard BUT!
    I shoot RAW and the iMac will not recognize the NEF RAW files! this is soo frustrating - tried to update Camera Raw but to no avail.
    please help! I've got 987 raw wedding photos to process!!
    I dont know what to do!

  • Just upgraded my workstation and render nodes to AE CC 2014 and now I receive a "render control file not valid" upon rendering out.

    I just upgraded my workstation and render farm to AE CC 2014 and now I receive a "render control file not valid" on my render nodes when I try and render out an image sequence. Any ideas why the update would cause this? All my machines are updated to the latest version of AE CC 2014. Thanks!

    Sorry I meant "Update". I was using AE CC, Installed AE CC 2014 on all my machines recently.

  • .RAF files not recognized in bridge but PS ok.  Patch 7.1 installed.

    .RAF files not recognized in bridge but PS ok.  Patch 7.1 installed.  Anyone know the fix?

    To me it seems related to your Adobe Camera Raw (ACR) converter. Clue inhere is you only miss the Raw files and have no problems in seeing other formats like jpeg and tiff.
    The screenshot you delivered is from the wrong library, however, this same library (the one on system level) also is the location where you should be able to view the correct version of your ACR plugin. The path: library (same as per your screenshot)/Application support/ Adobe/ Plug ins/ CS6/ File Formats. inhere should be only one version of Camera Raw (called: "Camera Raw.plugin") and this should show version 8.3 (141).
    I'm not sure about your bridge version number, Bridge 5 comes with PSCS6 but my most recent version of Bridge is 5.0.2.4.
    Anyway, if you have only one ACR (8.3) installed in the above mentioned path then you might want to try to delete the Bridge plist file and Bridge cache file manually.
    For this you have to Quit Bridge and find the user library (by default hidden, use menu Go in Finder and press option key to reveal).
    Inhere find the plist file (user(your user name) / library / Preferences  and inhere find and manually delete the file called: "com.adobe.bridge5.plist"
    The in same user library find Bridge Cache. User/Library/Caches/Adobe/Bridge CS6. Inhere are 2 files, the adobe Bridge plug in cache and the folder called Cache. delete (or move outside libray) both items.
    The restart Bridge (If needed also again hold option key to reset preferences) and this will create fresh files for the previous deleted items, leaving you with an almost out of the box factory set version of Bridge.

  • Control file not created at time of installtion

    control file not created at time of installtion of oracle database
    now how we can create it
    see alert file
    Dump file e:\ORacle\admin\new\bdump\newALRT.LOG
    Tue Sep 09 10:45:53 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 59
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = e:\ORacle\oradata\new\control01.ctl, e:\ORacle\oradata\new\control02.ctl, e:\ORacle\oradata\new\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = new
    service_names = new
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = new
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 0
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = e:\ORacle\admin\new\bdump
    user_dump_dest = e:\ORacle\admin\new\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    Tue Sep 09 10:45:55 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Sep 09 10:45:58 2003
    create controlfile reuse set database new
    datafile 'e:\ORacle\oradata\new\system01.dbf',
    'e:\ORacle\oradata\new\temp01.dbf',
    'e:\ORacle\oradata\new\rbs01.dbf',
    'e:\ORacle\oradata\new\indx01.dbf',
    'e:\ORacle\oradata\new\tools01.dbf',
    'e:\ORacle\oradata\new\dr01.dbf',
    'e:\ORacle\oradata\new\users01.dbf'
    logfile 'e:\ORacle\oradata\new\redo01.log' size 1M,
    'e:\ORacle\oradata\new\redo02.log' size 1M,
    'e:\ORacle\oradata\new\redo03.log' size 1M resetlogs
    Tue Sep 09 10:46:03 2003
    ORA-1503 signalled during: create controlfile reuse set database new
    datafile...
    Tue Sep 09 10:46:03 2003
    alter database new open resetlogs
    ORA-1507 signalled during: alter database new open resetlogs...
    Tue Sep 09 10:46:14 2003
    alter database new character set WE8ISO8859P1
    Tue Sep 09 10:46:14 2003
    ORA-1507 signalled during: alter database new character set WE8ISO8859P1...
    Tue Sep 09 10:46:14 2003
    alter database new national character set WE8ISO8859P1
    ORA-1507 signalled during: alter database new national character set WE8ISO88...
    Shutting down instance (normal)
    License high water mark = 1
    Tue Sep 09 10:46:15 2003
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    archiving is disabled
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 59
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = e:\ORacle\oradata\new\control01.ctl, e:\ORacle\oradata\new\control02.ctl, e:\ORacle\oradata\new\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = new
    service_names = new
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = new
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = e:\ORacle\admin\new\bdump
    user_dump_dest = e:\ORacle\admin\new\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    SNP0 started with pid=8
    SNP1 started with pid=9
    SNP2 started with pid=10
    SNP3 started with pid=11
    Tue Sep 09 10:46:30 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Sep 09 10:46:31 2003
    alter database mount
    Tue Sep 09 10:46:34 2003
    ORA-00202: controlfile: 'e:\ORacle\oradata\new\control01.ctl'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Tue Sep 09 10:46:34 2003
    ORA-205 signalled during: alter database mount...
    Dump file e:\ORacle\admin\new\bdump\newALRT.LOG
    Tue Sep 09 11:18:54 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 59
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = e:\ORacle\oradata\new\control01.ctl, e:\ORacle\oradata\new\control02.ctl, e:\ORacle\oradata\new\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = new
    service_names = new
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = new
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = e:\ORacle\admin\new\bdump
    user_dump_dest = e:\ORacle\admin\new\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    SNP0 started with pid=8
    SNP1 started with pid=9
    SNP2 started with pid=10
    SNP3 started with pid=11
    Tue Sep 09 11:18:57 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Sep 09 11:18:58 2003
    alter database mount exclusive
    Tue Sep 09 11:19:01 2003
    ORA-00202: controlfile: 'e:\ORacle\oradata\new\control01.ctl'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Tue Sep 09 11:19:01 2003
    ORA-205 signalled during: alter database mount exclusive...
    Shutting down instance (abort)
    License high water mark = 5
    Instance terminated by USER, pid = 1156
    Dump file e:\ORacle\admin\new\bdump\newALRT.LOG
    Tue Sep 09 11:22:12 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 59
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = e:\ORacle\oradata\new\control01.ctl, e:\ORacle\oradata\new\control02.ctl, e:\ORacle\oradata\new\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = new
    service_names = new
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = new
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = e:\ORacle\admin\new\bdump
    user_dump_dest = e:\ORacle\admin\new\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    SNP0 started with pid=8
    SNP1 started with pid=9
    SNP2 started with pid=10
    SNP3 started with pid=11
    Tue Sep 09 11:22:15 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Sep 09 11:22:16 2003
    alter database mount exclusive
    Tue Sep 09 11:22:19 2003
    ORA-00202: controlfile: 'e:\ORacle\oradata\new\control01.ctl'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.

    Hi Kuljeet,
    since you have a Windows system, I suggest you to open Windows explorer and check if all the 3 control files are there or not in the given location. It seems that your control01.ctl file is missing. If so then you have 2 options;
    1. Delete the entry from the parameter file for this control file so that Oracle does not use this file at all.
    OR
    2. Shut down your database normally and then copy the control02.ctl or control03.ctl manually with the copy command and rename it to control01.ctl. If you follow this option you need not delete the control01.ctl entry from the parameter file. But note to copy the control file the database has to be shutdown normally.

  • Mp3-file not recognized on my Samsung SGH-E720 mobile phone

    hey,
    i recently ripped my audiocd's in iTunes. some files can't be played back on my mobile phone: it says "file not recognized". others can be played. what am i doing wrong, or is it just the type of audiocd i ripped?
    grtz
    imac g5 17"   Mac OS X (10.4.8)   broken for the moment ...

    hey,
    i recently ripped my audiocd's in iTunes. some files can't be played back on my mobile phone: it says "file not recognized". others can be played. what am i doing wrong, or is it just the type of audiocd i ripped?
    grtz
    imac g5 17"   Mac OS X (10.4.8)   broken for the moment ...

  • Changes in xmp files not recognized n Lightroom

    In my workflow i have setup for changes to be made to the xmp files by a program other than lightroom. In the previous version of Lightroom i had tested this, it worked fine. When i made a change to the xmp file, Lightroom recognized the change and displayed/rendered the image appropriately. Now, I am using version 2.2 and this is not happening. I see the option in th Metadat dropdown menu for "Read Metadata from File". If i click this it works. Is there an option for this to automatically happen that i am missing? If there isnt, why not? Also, I have noticed that Lightroom does not automatically write/update the xmp file if that option is enabled when using the develop module. Can anyone help me with this?

    Read has never been automatic, and write is automatic but not instantly - it does it when time is available. You can use synchronize instead of read if you want to, but again, it's not automatic.

  • Doc files not recognized

    I am not able to open some files in doc format. Saved in the same pendrive but some files are recognized and others not, even though both are saved in doc. I have tried to reduce the file name, but without positive result. What can I do to solve this problem?

    .doc are Word documents.  http://www.libreoffice.org/ http://www.openoffice.org/ http://www.zoho.com/ and http://docs.google.com/ should be able to open them as well.  Apple's iWork Pages can open most of them.  TextEdit may be able to open a few.

  • Strange Corrupt Block Error in Control File not in CONTROL_FILES

    When in RMAN connected to the TARGET and CATALOG I issue a RESYNC CATALOG I get this error:
    RMAN> RESYNC CATALOG;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of resync command on default channel at 08/17/2009 10:36:59
    ORA-00227: corrupt block detected in control file: (block 15, # blocks 1)
    ORA-00202: control file: 'E:\ORACLE\PRODUCT\10.2.0\DATABASE\SNCFEBIZ01PD.ORA'
    RMAN>
    This control file is in the Oracle Windows default dir but I am not using it and did not create it.
    My control files listed in the init.ora are:
    SQL> show parameter control
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string E:\ORACLE\ORADATA\EBIZ01PD\CNT
    RL01.DBF, D:\ORACLE\ORADATA\EB
    IZ01PD\CNTRL02.DBF, E:\ORACLE\
    ORADATA\EBIZ01PD\CNTRL03.DBF
    Any idea why this is happening?

    That is a SNAPSHOT CONTROLFILE, created by RMAN as a copy of the current controlfile.
    Wonder how and why the copy is corrupted ? Check the timestamp of the file to see when it was created. A RESYNC will always create a fresh Snapshot Controlfile.
    See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmarchi.htm#sthref65

  • Canon 7D MRaw files not recognized by PS Elements 8 on Mac OS X

    Canon 7D MRaw files are not recognized by PS Elements 8 on Mac OS X.
    After I installed CR 5.6 I can see MRaw files in Bridge CS4, but the files still do not open in PS element 8
    Can anything be done to fix this?

    Hi again,
    I found "Library\Application Support\Adobe\plugins\CS3 (or
    CS4)\Fileformats". As it happens, the camera raw.plugin 5.6 was already
    installed for CS4 but not for CS3, which I therefore proceeded to do. When I
    tried to open a Canon 7D MRaw file in CS 4, PSE opened with the same error
    message as before, i.e the file format was not recognized.
    However, just for the fun of it I tired to open the same file from CS3 in
    PSE 6 and it works! but with the warning that the ACR expires in Jan 2010, I
    think
    So, there is still something wrong with the CS4/PSE 8, but I think I like
    PSE better so I am OK for now - although the irony is that the only reason I
    bought PSE 8 was to be able to work on Canon 7D raw files.....
    Thanks,
    Niels R

  • NIKON D800E files not recognized in lightroom 4.4

    my lightroom 4 is up to date (waiting for lightroom 5 to be given to me - apparently they are having ordering issues so may take 24 hrs and i need to finish this project NOW)
    why does it not recognize NIKON D800E files? is there a way around this or do i have to wait for my lightroom 5 to be delivered?
    getting a message saying 'The files are not recognized by the raw format support in lightroom. (517)'
    thanks!

    That makes sense, especially if the NEFs are also not readable in LR5.
    To correct any corruption from using obsolete Nikon software on newer camera NEFs, you can use the utility, here:
    http://owl.phy.queensu.ca/~phil/exiftool/fix_corrupted_nef.html

Maybe you are looking for

  • ITouch stuck in "iPod is Disabled" mode and I can not enter password, How do I correct this?

    Hello and good day, To who ever can assist me... My little sister recently experienced the feeling of having her iTouch stolen from her @ school. Since the incident occured, two of her best friends located her iTouch and returned it back to my sister

  • Master-Detail Form Questions

    Master-Detail Form Questions I have two questions in regards to master-detail forms: First, the form I am working on has 25 detail rows displayed to the user. If the user has more than 25 detail records for the master, I want them to be able to add m

  • Urgent in alv's

    hi everyone if i wann to give colour to a paticular cell depending on conditions can any one help me inthis matter

  • ORA-12514 on R12 EBS Apps server when 1 DB RAC node crashed/down

    Just now Production 11.2.0.2 RAC DB on windows 2008 server Node1 crashed. While on Node 2 all services are up and running including database. But from EBS R12.1.2 application server when connecting as username/password from sql*plus is throwing ORA-1

  • Lightroom develop, Photoshop Raw and Smart objects

    I understand that Lightroom's Develop function and Photoshop Raw adjustments are the same.  So I adjust in either or.  I can then open the photo as a smart object in photoshop. I can then make further adjustments as an adjustment layer. Which I think