Oracle in Starting (9i)

Hi
I delete a datafile of a tablespace manually (I don’t need my database any more so delete a heavy datafile in a tablespace). No my database is not connecting. And giving the following errors.
Command prompt
ORA-01157 : cant identify / lock datafile 11 – see DBWR trace file.
ORA-01110 : data file 11 : ‘file path and name’
OEM
ORA-12560: TNS protocol adopter error.
Note:- I don’t want my data back at all. I need Oracle for a new database. Can some one please tell me how to start oracle now? + can some one tell me how to cleanly uninstall my entire old database.
Wishes
Jawad

Hi
I delete a datafile of a tablespace manually (I don’t
need my database any more so delete a heavy datafile
in a tablespace). No my database is not connecting.
And giving the following errors.To drop a database that you don't need it anymore, you don't just go and delete the datafile. what you did is like you don't need the car anymore so you removed a piston out of the engine.
To drop a database properly use the Database Configuration Assistant found under
start/programs/%ORACLE_HOME%/Configuration and migration tools
Use this software to drop your database and start with a clean database creation.
Tony Garabedian

Similar Messages

  • Oracle not starting up throwing error

    My listener problem is solved but the DB dosent start up and throws this error, I also have a dump of the startup.log and the copy of init.ora file.
    [oracle@localhost ~]$ ./oracle.sh start
    Starting Oracle: Password:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 24-DEC-2009 23:01:32
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    Password:
    Failed to auto-start Oracle Net Listene using /ade/vikrkuma_new/oracle/bin/tnslsnr
    Processing Database instance "sales": log file /u01/app/oracle/oracle/product/10.2.0/db_1/startup.log
    OK
    startup.log
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Starting up database "sales"
    Thu Dec 24 23:02:00 IST 2009
    logger: Can't find init file for Database instance "sales".
    logger: Error: Database instance "sales" NOT started.
    init.ora
    # $Header: init.ora 06-aug-98.10:24:40 atsukerm Exp $
    # Copyright (c) 1991, 1997, 1998 by Oracle Corporation
    # NAME
    # init.ora
    # FUNCTION
    # NOTES
    # MODIFIED
    # atsukerm 08/06/98 - fix for 8.1.
    # hpiao 06/05/97 - fix for 803
    # glavash 05/12/97 - add oracle_trace_enable comment
    # hpiao 04/22/97 - remove ifile=, events=, etc.
    # alingelb 09/19/94 - remove vms-specific stuff
    # dpawson 07/07/93 - add more comments regarded archive start
    # maporter 10/29/92 - Add vms_sga_use_gblpagfile=TRUE
    # jloaiza 03/07/92 - change ALPHA to BETA
    # danderso 02/26/92 - change db_block_cache_protect to dbblock_cache_p
    # ghallmar 02/03/92 - db_directory -> db_domain
    # maporter 01/12/92 - merge changes from branch 1.8.308.1
    # maporter 12/21/91 - bug 76493: Add control_files parameter
    # wbridge 12/03/91 - use of %c in archive format is discouraged
    # ghallmar 12/02/91 - add global_names=true, db_directory=us.acme.com
    # thayes 11/27/91 - Change default for cache_clone
    # jloaiza 08/13/91 - merge changes from branch 1.7.100.1
    # jloaiza 07/31/91 - add debug stuff
    # rlim 04/29/91 - removal of char_is_varchar2
    # Bridge 03/12/91 - log_allocation no longer exists
    # Wijaya 02/05/91 - remove obsolete parameters
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    # You may also consider using Database Configuration Assistant tool (DBCA)
    # to create INIT file and to size your initial set of tablespaces based
    # on the user input.
    # replace DEFAULT with your database name
    db_name=sales
    db_files = 80 # SMALL
    # db_files = 400 # MEDIUM
    # db_files = 1500 # LARGE
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    db_block_buffers = 100 # SMALL
    # db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    parallel_max_servers = 5 # SMALL
    # parallel_max_servers = 4 x (number of CPUs) # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs) # LARGE
    log_buffer = 32768 # SMALL
    # log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com      # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY. Enable debugging modes. Note that these can
    # adversely affect performance. On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0

    starts up the instance and shuts down immediately.
    Here is the log
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Starting up database "sales"
    Thu Dec 24 23:26:47 IST 2009
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 24 23:26:47 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00371: not enough shared pool memory, should be atleast 62198988 bytes
    SQL> Disconnected
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Database instance "sales" warm started.

  • Starting Oracle XE on linux by /etc/init.d/oracle-xe start

    Hello,
    I installed Oracle Database 10g Express Edition on a Linux Ubuntu 7.04 (feisty)
    following official installation instructions found here
    http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#BABCEAHD
    but I noticed a weird behavior.
    The installation process was ok.
    The configuration process (/etc/init.d/oracle-xe configure) was also ok.
    I set everything on default except for the “starting on boot” option I choose NO, because the instructions let me understand that I can start the service manually by the command:
    $ /etc/init.d/oracle-xe start
    The configuration process at the end also started the service well, so I could test my new oracle installation on my web browser following the url http://127.0.0.1:8080/apex
    Everything went fine... but...
    On the next boot I wanted to start my oracle so I typed
    sudo /etc/init.d/oracle-xe start
    but nothing happened and the server didn't go up.
    Looking into to script /etc/init.d/oracle-xe
    we can find this switch
    case "$1" in
    start)
         if test -f "$CONFIGURATION"
         then
              if test "$ORACLE_DBENABLED" != "true"
              then
                   exit 0
              fi
         else
         echo "Oracle Database 10g Express Edition is not configured. You must run
    '/etc/init.d/oracle-xe configure' as the root user to configure the database."
              exit 0
         fi
         start
    this means that if you chose NO (N) for the “starting on boot” option on the configuration process (NB this choice put false in the env variable ORACLE_DBENABLED) you can't start the dbms by this script.
    I try comment the few lines
         then
              #if test "$ORACLE_DBENABLED" != "true"
              #then
              #     exit 0
              #fi
         else
    and this time the server starts well.
    So I deduced that something was wrong with the script and the official installation instructions.

    Yes... Thank you.
    But I saw the problem could to be simple avoided using the options
    enable/disable for the script /etc/init.d/oracle-xe,
    If you choose not to start oracle at boot time, you can start it
    manually by the sequence
    /etc/init.d/oracle-xe enable
    /etc/init.d/oracle-xe start
    then when you want to stop it
    /etc/init.d/oracle-xe stop
    /etc/init.d/oracle-xe disable
    by this last command we don't make oracle restart
    at the next system boot.
    I think it would be a good thing to update the reference
    documentation at
    http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#BABCEAHD
    to explain this situation better.

  • Oracle Not Starting Automatically

    I have a problem Oracle not starting up automatically. The Windows 2003 service is started and set to start up automatically. I don't see any errors in the event viewer. I have to login as sysdba and do a startup for the database to be available. Is this normal?

    Here's some detail about the error from sqlnet.log in the database folder. Any idea what the problem is?
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleoracle)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=oracle)(CID=(PROGRAM=C:\ora102\bin\oradim.exe)(HOST=WIN2003SERVER)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 01-APR-2008 08:50:23
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 2
    nt OS err code: 0

  • Oracle Not Starting : error ORA-19809

    Hello All,
    I was trying to start the 11gr2 database and getting the following error. Please can any one give some advise ? I manually deleted all archive logs using OS command but still i get the
    same error when i try to start the database.
    ORA-19815: WARNING: db_recovery_file_dest_size of 4039114752 bytes is 100.00% used, a nd has 0 remaining bytes available.
    You have following choices to free up space from recovery area:
    1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
    then consider changing RMAN ARCHIVELOG DELETION POLICY.
    2. Back up files to tertiary device such as tape using RMAN
    BACKUP RECOVERY AREA command.
    3. Add disk space and increase db_recovery_file_dest_size parameter to
    reflect the new space.
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 50629632 bytes disk space from 4039114752 limit
    ARCH: Error 19809 Creating archive log file to '/u01/app/oracle/flash_recovery_area/O RCL/archivelog/2012_02_18/o1_mf_1_95_%u_.arc'
    2012-02-18 15:58:55.099000 -05:00
    ARC3: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance DB11G - Archival Error
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_arc2_2927.trc:
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-16038: log 2 sequence# 95 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_2_7kp sydnm_.log'
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_2_7kpsyfp7_.log'
    USER (ospid: 2921): terminating the instance due to error 16038
    2012-02-18 15:58:56.976000 -05:00
    Instance terminated by USER, pid = 2921

    Rama Krishna wrote:
    I think database need to be started before you do any thing with RMAN my problem is database not even starting!You told SB that you had done "option 4":
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Oh well. So you " *think* database need to be started before you do any thing with RMAN"
    Did you try?
    We don't need the database to be open for this, just have the control file mounted:
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnxsrv01 ~]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Feb 18 16:21:25 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     849530880 bytes
    Fixed Size                     1339824 bytes
    Variable Size                578817616 bytes
    Database Buffers             264241152 bytes
    Redo Buffers                   5132288 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    validation succeeded for archived log
    archived log file name=/orafra/ORCL/archivelog/2012_01_15/o1_mf_1_66_7k6t71k9_.arc RECID=3 STAMP=772653704
    <snip>
    archived log file name=/orafra/ORCL/archivelog/2012_02_18/o1_mf_1_80_7n06cfq0_.arc RECID=17 STAMP=775582480
    Crosschecked 15 objects
    RMAN> exit
    Recovery Manager complete.
    [oracle@vmlnxsrv01 ~]$ exit
    logoutEdited by: EdStevens on Feb 18, 2012 4:32 PM

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • Cannot access Oracle BAM Start Page

    Although Oracle BAM installation completed without any error and I can start BAM related services without any issue, I cannot access Oracle BAM Start Page because of the following error.
    You are unable to connect to the Oracle BAM services. Contact your system administrator if the error persists. [ErrorSource="ActiveDataCache", ErrorID="ADCServerConnectionError"] The requested name is valid, but no data of the requested type was found [ErrorSource="mscorlib"] Debugging information: Oracle.BAM.ActiveDataCache.ServerUnavailableException: You are unable to connect to the Oracle BAM services. Contact your system administrator if the error persists. ---> System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found Server stack trace: at System.Net.Dns.GetHostByName(String hostName) at System.Net.Dns.Resolve(String hostName) at System.Runtime.Remoting.Channels.RemoteConnection..ctor(SocketCache socketCache, String machineAndPort) at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machineAndPort) at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream) at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.ActiveDataCache.Common.Core.IDataStore.Exists(String strDatasetID) at Oracle.BAM.ActiveDataCache.Remoting.ServerWrapper.Exists(String strDatasetID) --- End of inner exception stack trace --- at Oracle.BAM.ActiveDataCache.Remoting.ServerWrapper.Exists(String strDatasetID) at Oracle.BAM.ActiveDataCache.SystemType.LoadSchema(Boolean bCache) at Oracle.BAM.ActiveDataCache.Context.LoadUser() at Oracle.BAM.ActiveDataCache.Context..ctor(String strDomain) at Oracle.BAM.Web.WebPage.CreateContext(String strUserName) at Oracle.BAM.Common.Threading.SynchedHash.GetObject(String strKey, Object oLock) at Oracle.BAM.Common.Threading.SynchedHash.GetObject(String strKey) at Oracle.BAM.Web.WebPage.GetContext() at Oracle.BAM.StartPage.StartUp.Initialize()
    Do you have any idea ?
    Although I checked ActiveDataCache.log, it is empty ( looks no problem ).
    My environment as below.
    OS : Windows 2003 R2 Enterprise Edition Service Pack 1
    Oracle version : 10.1.0.2
    Oracle BAM version : 10.1.2
    Thanks in advance

    Hi,
    I've installed BAM 10.1.2 on Windows 2000 Professional. I have IIS 5.0 and Microsoft 1.1 .Net Framework installed on my PC. I'm able to use the Design Studio and Admin from Oracle BAM Enterprise Link. The installation completed successfully but I'm still not able to open the BAM start page.
    I see the error:
    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
    Source Error:
    Line 263:          <!--authentication mode="Windows"/-->
    Line 264: <!--<authentication mode="None">-->
    Line 265: <authentication mode="Windows">
    Line 266:
    Line 267: </authentication>
    Source File: C:\OracleBAM\BAM\web.config Line: 265
    I've checked that OracleBAM appears as a virtual directory in IIS (from Personal Web Server) and there were no errors in installation. The Access Permissions is set to 'Read' and Application Permissions to 'Scripts'
    Should the authentication mode take any other parameters ?
    Let me know what can be done to resolve this issue.
    Thanks in advance !

  • Help! How do I know the Oracle daemon started on Linux.

    Dear Madem/Sir!
    I had installed the Oracle 9.2 on the Red Hat Linux 8.0 platform.
    But how do I know the Oracle Daemon started when the Linux startup?
    Please help me to figure out it!
    thanks and regards,
    Janus
    [email protected]

    A couple of ways, but easiest is to run the command "ps -ef" at a shell prompt. It will tell you which processes are running on your server. If oracle is running, you should see several oracle processes.
    You may also try running "sqlplus" and see if it will let you connect to the database. Generally, if you try to run SQL*Plus and the database is not started, you will get an error message to that effect.

  • How to view a new website created using Oracle Jump Start Kit

    Hi,
    I have created a new site .I have added page and template to the site.After publishing it in Oracle Jump Start kit,how do i launch or view the website ??.How do i find the url.For eg;In Oracle JumpStart Kit ,when you click on Launch-Sample Sites ,you can see the links for installed sample sites,but my new website is not shown.Kindly can you help me with launching the website and accessing it in a web browser similiar to how the sample sites are accessed.
    Edited by: 1001068 on Apr 18, 2013 10:11 PM

    1001068 wrote:
    Hi,
    I have created a new site .I have added page and template to the site.At this stage are you able to preview the page? If you can't this means your template isn't correct.
    After publishing it in Oracle Jump Start kit,how do i launch or view the website ??.You can only publish from one Sites instance to another Sites instance, unless you have used static publishing. Could you elaborate more, do you indeed have two instances?
    How do i find the url.For eg;In Oracle JumpStart Kit ,when you click on Launch-Sample Sites ,you can see the links for installed sample sites,but my new website is not shown.Kindly can you help me with launching the website and accessing it in a web browser similiar to how the sample sites are accessed.
    The link that provides you the sample sites is actually running the sites in the same JSK instance that you're running. It's similar as you would preview your page in your contributor UI or in a new browser tab. Only in a real world production environment you will access the page from a delivery environment, were you either have implemented friendly urls or you have done a webserver mapping to the dynamic Sites URL.
    Edited by: 1001068 on Apr 18, 2013 10:11 PMHope this clarifies your questions.
    Cheers,
    Rodney

  • Error msg like :ORACLE not started when login through SQL Tool

    Hi All,
    When i login through SQL TOOL (either sysdba/system/scott... any user) the error msg like ORACLE not started ....
    so i check the services from controlpanel->administraive tools->services ->Oralceservice<dbname> service ... so in this service is in manual & starting but not started.....
    This happen becoz i stated in manual first time & now i change it then it display as strating not started.....
    pls. if u have any solution related to this service infrom me...
    Thx

    Make your instance service in the windows services as auto start. However, if it show starting not started, just stop and start again. Otherwsie, shutdown your windows and start it again.
    Jaffar

  • Oracle not starting

    When i start SQL Plus my oracle server is not starting it is giving me error ORA-1034. What could be the problem. How do i solve it??

    What is your OS ? According to the message your instance is down. Explain better what are the steps that you are carrying out.
    ORA-01034 ORACLE not available
    Cause: Oracle was not started. Possible causes include the following:
    The SGA requires more space than was allocated for it.
    The operating-system variable pointing to the instance is improperly defined.
    Action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. If Oracle has been initialized, then on some operating systems, verify that Oracle was linked correctly. See the platform-specific Oracle documentation.
    Joel Pérez

  • Oracle not starting up

    Hi ,
    I am using Windows server 2003 and Oracle 10g R2 .
    When I start my database I am getting the below error ..
    ORA-03113: end-of-file on communication channel
    I am executing this command ..
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL>
    SQL>
    SQL> startup
    ORA-03113: end-of-file on communication channel
    SQL> startup nomount
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    Camn some one please help .

    Thank you all for your quick replies .. I have resolved the issue .
    Here are the steps I performed ..
    delete the spfile .
    create spfile from pfile 'pfile_location';
    startup
    I would request some more help of urs , I have 8 gigs of RAM in this server and this is 32 bit .
    My application is taking long time to query data from the database , looks like this is due to low set memory parameters in the database .
    Can you please suggest about increasing my sga paramters , and if possible with the syntax .
    Here is my what my sga looks now ..
    SQL> show sga
    Total System Global Area 943718400 bytes
    Fixed Size 1252376 bytes
    Variable Size 641729512 bytes
    Database Buffers 293601280 bytes
    Redo Buffers 7135232 bytes

  • Oracle not starting up:: windows:9208

    Hello all,
    i have a 9205 db on win 2000.
    i wanted to upgrade it to 9208.
    But after the upgradation of binaries, 'am unable to bring up the db.
    Seems like some problem with the service.
    C:\Documents and Settings\Administrator>sqlplus
    SQL*Plus: Release 9.2.0.8.0 - Production on Tue Oct 2 17:33:35 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter errorI did set the oracle_sid.
    When tried to start the db from the service it results in
    Error 1053: The service did not respond to the start or control request in a timely fashion Then i deleted the service and tried to create a new one with oradim
    but then it resulted in
    DIM-00019: Create Service Error. TIA,
    J J

    thanks guys,
    i got thru.. while the upgradation was in ply, it mentioned something about "Distributed Transaction Coordinator" i guess it was its running, as the message was in japanese('am not), i just ignored it.
    Now i refreshed the ora_home with the backup and the db got up and again done the up gradation and patching.
    JJ

  • Oracle Listener Starting Error

    Hi,
    We are having two AIX 5L Servers (Active-Passvie cluster), Oracle 10g installed on it.
    When we move the cluster the listerner service hangs up..
    I got the error in alert log file.......
    TNS-12531: TNS:cannot allocate memory
    When I enable trace, I found the information as below..
    Error found: Error stack as follow
    id=0
    operation code =65
    ns error=12531
    ns error2=0
    nt generic error = 0
    protocol error=0
    os error=0
    ns & nt translation
    12531, 00000 "tns could not allocate memory"
    //*cause sufficent memory could not be allocated to perform desired activity.
    //* action either free some resource for tns or add more memory to the machine.
    My server hold 16GB of memory, no other process are running.
    My listerner file....
    # Filename......: listener.ora
    # Created.......: created by SAP AG, R/3 Rel. >= 6.10
    # Name..........:
    # Date..........:
    # @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = PRD.WORLD)
    (ADDRESS=
    (PROTOCOL = IPC)
    (KEY = PRD)
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.0.6)
    (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PRD)
    (ORACLE_HOME = /oracle/PRD/102_64)
    Can you please give your suggestions on this...
    Regards,
    Vijayaraghavan

    Vijayaraghavan Krishnan wrote:
    I got the error in alert log file.......
    TNS-12531: TNS:cannot allocate memory
    My server hold 16GB of memory, no other process are running.The error say cannot allocate memory - it did not say insufficient memory.
    Jay provided an excellent suggestion on how to isolate the problem (is it caused by a faulty config file?). In addition to that, you also may want to check that the oracle o/s user (or the o/s user owning the listener process) has sufficient privs/quota to allocate and use memory.
    The error could also have been caused by the listener foreground process (that you invoke via the command line) attempting and failing to start the actual listener background process. On Unix based systems, I expect the listener to use the fork() command - and this can return a EAGAIN error that according to man pages mean "+fork() cannot allocate sufficient memory to copy the parent’s page tables and allocate a task structure for the child+". This could be a result of some deeper technical issue at kernel level and not directly related to the actual physical amount of memory available.

  • Patch applied, oracle not starting

    Hi all,
    I applied the patch 10.1.0.4.0 to upgrade 10.1.0.2.0, it installed successfully, but now i have to do post installation tasks, but now im unable to connect to my database. I it is showing ORA-12560: TNS:protocol adapter error. So please help me how can i connect to my database.
    It is very urgent for me.
    Thanks in advance
    K. Mahipal Reddy

    HI Legatti,
    It is the output of my lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.4.0 - Production on 24-NOV-2006 13:51
    :03
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.4.0 - Produ
    ction
    Start Date 24-NOV-2006 13:49:10
    Uptime 0 days 0 hr. 1 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File D:\oracle\product\10.1.0\Db\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CHREUVM76.chrobinson.com)(PORT=1521)
    The listener supports no services
    The command completed successfully

Maybe you are looking for

  • ITunes will no longer sync photos to "my" iPod

    I get this message when I try to sync photos (Aperture3). The options are grayed out. iPod touch 2.2.1 version/ OSX 10.6.8 iMac24 duo core. iPod is almost empty(14gb avail) Anyone having this problem? Any solution?

  • Computer resolution randomly changed

    Hi, Im using my tv as a monitor for my computer.  The other day the resolution changed from widescreen to fullscreen and I now have black bars on either side of the image.  The resolution says it is 1024 x 768 which should be widescreen right?  No ot

  • Indicator on object that an attachment exist

    Hi SAP Gurus, My clients sometimes attach Doc/PDF/Xls files (scanned invoices) to documents posted in SAP using service to the object option. Its not full fledged DMS, but in one-off instances they attach files. My question is - Is there any way (or

  • Error in creating work repository in Postgres

    Hi ... I was trying to create a work repository in Postgres and my test connection was successful. However, when I hit the <ok> button I encountered this error. ERROR: you can only create unique index on the distribution column(s). Thanks in advance

  • Why java is called platform independent

    Hello Why java is called as platform independent?Any body please give a detailed explanation since im a beginner to java technology. ThankYou Jk