immediate shutdown failed in 8i

SQLNET. AUTHENTICATION_SERVICES = (NTS)
SQL > conn sys as sysdba
Enter the password:
Connected.
SQL > shutdown immediate;
ORA-01031: insufficient privileges
SQL >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SQLNET. AUTHENTICATION_SERVICES = (NONE)
SQL > conn sys as sysdba
Enter the password:
Connected.
SQL > shutdown immediate;
ORA-01031: insufficient privileges
SQL >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
It worked SQLNET. AUTHENTICATION_SERVICES = (NTS)

Enter the user name: / as sysdba

Connected to:
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the partitioning option
Release 8.1.7.0.0 - Production jserver

SQL > shutdown immediate;
The database is closed.
The database is dismounted.
ORACLE instance stops.
SQL >
- - - - - - - - - - - -
I want that the user must provide sys s/n password, then the database layout power switch? How, I tried a few above of ways, but did not...

Please sqlplus sys/syspass@db as sysdba immediate stop

Tags: Database

Similar Questions

  • Immediate stop fails

    Hi gurus,

    Since Saturday, I have a problem with my Oracle 10 g. I can't stop more with immediate stop (run without finishing), and when I stopped with the stop interrupt and restart it, it runs a recovery, and subsequently, it runs very slowly. Especially outside connections do not work (via thin client), they are so slow that I get timeouts.

    Please help, I have no idea more!

    Bye,.

    Daniel

    As you have a SHUTDOWN ABORT and commissioning, you would be able to monitor the dismantling that it seeks by querying V$ FAST_START_TRANSACTIONS after startup.
    UNDOBLOCKSTOTAL is the number of Undo blocks that should apply to the restoration.
    UNDOBLOCKSDONE is the number of blocks so far.
    So UNDOBLOCKSDONE * 100/UNDOBLOCKSTOTAL is the percentage completed.

    There are times when recovery of the Instance is slowed by the FAST_START_PARALLEL_ROLLBACK.
    You could the parameter instance FAST_START_PARALLEL_ROLLBACK set to FALSE and restart the instance and watch the speed of the restoration in v$ FAST_START_TRANSACTIONS. (obviously, you need to SHUTDOWN ABORT and commissioning, otherwise the CLOSING would wait for the cancellation "slow" end).

    Hemant K Collette
    http://hemantoracledba.blogspot.com

  • PC shutdown fails

    With Windows XP Professional SP 3: I have recently restored a HDD from a backup.  The drive included the Windows files.  Now when I turned off the PC (by one of several methods), the PC will move slowly to the "Windows is shutting down" screen and then quit.  I have enabled him to remain in this State for more than 30 minutes, but the PC will not turn off.  My only way to stop now, turn off the power to the computer.  How can I fix it?

    I understand that your computer is unable to completely stop.

    What happens during an attempt to stop safe mode?

    To access safe mode:

    1. start the computer

    2. repeatedly press F8 on the keyboard until the "Menu of Windows Advanced Options" appears

    3. use the arrow keys on the keyboard to select "Safe Mode" and press the Enter key.

    Once in safe mode, try to stop.

    If shutdown is successful, this indicates that a startup program prevents the closure.

    If the judgment is not successful, this indicates that a BIOS update is necessary. Determine your computer brand / model, use this information to determine the brand of the BIOS. Use this information to get updates.

    Hope this helps

    Post back if necessary

    ____________________

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • CBD "Shutdown failed", then failed to connect to CBD more

    Boy I'm in trouble!  I'm in 12.1.0.2 and connected sys as sysdba to my ROOT of $ CBD, I ran ""stop " and that's what I got: "

    Instance stopped

    The database is closed.

    The database is dismounted.

    Closing the database.

    IO error: the network adapter could not establish the connection

    Failed to stop.

    I was still at the prompt of sqldeveloper sql commands and run "startup nomount" but got

    Connection to the base is not alive
    ORA-01081: cannot start already running ORACLE - he stop first
    Failed to start.
    14:02:21 SYS @ localhost:1521 / cdb1 > user sho

    11 October 2015 14:02:29 oracle.dbtools.db.DBUtil handleException
    SEVERE: Warning, unhandled exception: Connection closed
    The USER is 'null '.
    14:02:29 SYS @ localhost:1521 / cdb1 > exit


    I tried to reconnect with sqldeveloper sql but had

    / OPT/sqldeveloper/sqldeveloper/bin/SQL sys@localhost:1521/cdb1 as sysdba

    SQLcl: 4.1.0 Release Candidate on Sun Oct 11 14:02:39 2015
    Password? (**********?) ******
    USER = sys
    URL = jdbc:oracle:thin:@localhost:1521/cdb1

    Error message = IO error: the network adapter could not establish the connection


    I tried to connect with sqlplus ol ' good but had

    sqlplus / as sysdba
    SQL * more: Production of liberation 12.1.0.2.0 Sun Oct 11 14:23:10 2015
    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor of


    How to get out this situation (no CBD, no PDB!)?

    Apparently, you have the TWO_TASK or the variable set to the LOCAL environment, or this wouldn't have happened.

    When you have this variable set oracle_sid is ignored and sqlplus will use the listener.

    ------------

    Sybrand Bakker

    Senior Oracle DBA

  • What will happen if immediate restore session / cancel stop of the database?

    I have a long session restoration after I killed him. Session state is 'DEAD' and when I check the transaction of $ v, it will take nearly 24 hours to a complete restoration. We can not wait if a long time because we have another job dependencies need restoration must be completed as soon as possible. In the end, we plan to stop immediately. This will help? What will happen to the restore session if we issue immediate shutdown or shutdown abort? Is the restoration completed successfully?

    If you SHUTDOWN ABORT when there are very many active transactions or be restored, then the default FAST_START_PARALLEL_ROLLBACK that occurs at the start of subsequent proceedings in fact means that the restore is performed more quickly.
    However, if it is a large single transaction as a DELETION on a table with an Index, it is best to disable FAST_START_PARALLEL_ROLLBACK before restarting the Instance immediately after a SHUTDOWN ABORT. Parallel cancellation of a single important transaction with an Index can be slower!

    FAST_START_PARALLEL_ROLLBACK is a parameter instance that LOW as default (IE a value of 2 x CPU_COUNT) and can be set to HIGH or FALSE.

    Note: If you SHUTDOWN ABORT and START the database, Oracle has to do a Rollforward of Redo Logs (for data blocks that have not been updated) before that, an OPEN. It is generally a very fast operation. Uncomitted transaction cancellation is an operation delayed - this means that the restore is initiated by SMON or parallel slaves after the database is OPEN. If a block containing a row that has been updated and not committed is referenced by a database session after OPENING, but before it has been restored, made Oracle a rollback accelerated this line of the block and then continues to the restoration of other lines in the background.

    Thus, if the transaction had been on the Table 'A' and the database is SHUTDOWN ABORT and commissioning, users can still access and update of all other tables other than table 'A', while the transaction is put in place, in the background, after the OPENING.

    Hemant K Collette

  • Unable to start oracle

    Dear all,

    I installed oracle 12 c on my linux machine and today I shot two or three cold backups back to back and later, when I try to connect, I'm not able to start/stop database.

    Help, please.

    [oracle@Rac1 oraInventory] $ sqlplus "/ as sysdba".

    SQL * more: Production of the version 12.1.0.1.0 on Mon Jan 11 15:01:15 2016

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    Connected.

    SQL >

    SQL > startup

    ORA-01012: not connected

    Process ID: 0

    Session IDs: serial number 0: 0

    SQL > the judgment

    ORA-01031: insufficient privileges

    SQL > shutdown immediate;

    ORA-24324: service handle not initialized

    ORA-24323: value not allowed

    ORA-01089: immediate shutdown or closing in progress - no operations are allowed

    I see several potential problems.  Sent alert messages could come from the second closed database backup being launched before the first completed.  Your display startup do not appear if you connected in fact first.

    - -

    First check the OS to see if you have closed the backups are still running?  If so, you probably want to kill.  Then try to connect as sysdba using the following:

    - -

    sqlplus/nolog

    Connect / as sysdba

    aside the judgment.

    - -

    If the foregoing connects and issues the demolition, out, then use the same model and deliver start rather than give up.

    - -'

    Let us know how it goes.

    - -

    HTH - Mark D Powell.

  • How to disable Oracle DB internal Apex Servlet?

    I have installed tracking software:

    1. Microsoft Windows XP
    2. Oracle Database 11 g r2 Express edition 32-bit
    3. 3.2 SQL Developer
    4. Apex 4.2.3 update ok
    5. GlassFish Server Open Source Edition 4.0
    6. Apex listener 2.0.5

    My CRM app just runs correctly on Apex.

    I already set up the independent auditor Apex and already create [top] and [i] of the applications in the Glassfish Console, as well as users and passwords for APEX_PUBLIC_USER, APEX_REST_PUBLIC_USER and APEX_LISTENER. I already connected with Apex listener in SQL Developer 3.2.3.

    The Glassfish console is correctly on runnning [http://localhost:4848], but on [http://localhost: 8080/apex] internal the Servlet and XML DB Oracle Database [C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\jlib\servlet.jar] executes the Apex and I can't use the Glassfish. How the Oracle XE database is not delivered with Enterprise Manager Web Admin Console, I don't need this internal Servlet Java container.

    I tried to change the port of Glassfish to 8090 but not work and I do not need 2 web servers in RAM.

    How to disable Oracle DB internal Apex Servlet to use Glassfish on port 8080?

    Thanks in advance.

    Kind regards

    Fernando Santucci

    Well,.

    / * I change the port of 8080-8090 for

    XDB - Oracle XML database or

    EPG - Embedded PL/SQL gateway, or

    HTTP service or

    Apex Java Servlet container * /.

    Run DBMS_XDB. SetHttpPort (8090);

    Now, I did disable the XML (XDB) Oracle database with these system settings:

    See 'Setting up Oracle Database for shared server' in the DBA Guide

    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/manproc003.htm

    -Monitor SHARED_SERVERS and DISPATCHERS

    Select * from v$ shared_server;

    Select * from v$ shared_server_monitor;

    Select service, earphone, network of v$ dispatcher_config;

    Select name, distributor of v network $;

    -Disable SHARED_SERVERS and DISPATCHERS

    ALTER system set SHARED_SERVERS = 0;

    ALTER system set MAX_SHARED_SERVERS = 0;

    alter system set DISPATCHERS = ";

    change "D000" immediate shutdown system -Research the name of SHIPPING before.

    -I stop and start the Oracle database service, and there is no XDB on port 8080, only of Glassfish.

    net stop OracleXETNSListener

    net stop OracleServiceXE

    net start OracleServiceXE

    net start OracleXETNSListener

    I keep very well access to the Console of administration of Glassfish in [http://localhost:4848] and the static homepage by default Glassfish 'index.html' in [http://localhost: 8080].

    However, in [http://localhost: 8080/apex] I get the following error:

    [2013 11-30 T 01: 56:27.899 - 0200] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 18 _ThreadName = http-listener-1 (1)] [timeMillis: 1385783787899] [levelValue: 900] []

    StandardWrapperValve [HttpEndPoint]: Servlet.service () for servlet HttpEndPoint threw the exception

    java.lang.ExceptionInInitializerError

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.poolInfo(DatabaseConnectionFilter.java:90)

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.applyDatabaseConnectionInfo(DatabaseConnectionFilter.java:135)

    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:122)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:318)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:357)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:260)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:188)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

    at java.lang.Thread.run(Thread.java:724)

    Caused by: java.lang.RuntimeException: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:87)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder$ 1PoolFilter.startElement(UrlMappings.java:233)

    at oracle.dbtools.common.x3p.MatchFilter.startElement (MatchFilter.java:54)

    at oracle.dbtools.common.x3p.impl.Event.invoke(Event.java:52)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:125)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:79)

    at oracle.dbtools.common.util.AbstractIterator._advance(AbstractIterator.java:89)

    at oracle.dbtools.common.util.AbstractIterator.next(AbstractIterator.java:47)

    at oracle.dbtools.common.x3p.impl.X3PReaderAdaptor.next(X3PReaderAdaptor.java:34)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder.read (UrlMappings.java:203)

    at oracle.dbtools.common.config.db.UrlMappings.existing(UrlMappings.java:127)

    at oracle.dbtools.common.config.db.UrlMappings.urlMappings(UrlMappings.java:155)

    to oracle.dbtools.common.config.db.DatabasePoolConfig. (DatabasePoolConfig.java:327)

    ... 31 more

    Caused by: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at java.text.DateFormat.parse(DateFormat.java:357)

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:85)

    ... more than 43

    ]]

    I find this kerchief date timestamp is in the [C:\Documents and Settings\fernandosantucci\Local Settings\Temp\apex\url-mapping.xml] configuration file with following content:

    http://xmlns.Oracle.com/Apex/pool-config">

      = Update "" 2013-11 - 29 T 04: 55:05, 672Z '/ > "

    I can't believe it! A simple date plant a web application J2EE server?

    What happen that I can't see?

    Thanks in advance for any help.

    Kind regards

    Fernando Santucci

  • ORA-16038: log 1 sequence # 16 can be archived

    Dear all,

    I use oracle database 10g release2 on linux platform...

    I'm moving any object of type a tablespace to another tablespace logsegment.

    But because of the small space for redo log my alter query file has been hanged and not successfully completed. and the

    Full poster book.

    then I drop the closing database query using the immediate shutdown command.

    After that when I'm trying start my database in normal mode, I am getting following error...

    ERROR on line 1:
    ORA-16038: log 1 sequence # 16 can be archived
    ORA-19502: error on the write file ' ', blockno (blocksize =)
    ORA-00312: thread 1 1 online journal:
    ' / var/oracle/oradata/clone/redofiles/REDO_RLOG_01a.dbf'
    ORA-00312: thread 1 1 online journal:
    ' / var/oracle/oradata/clone/redofiles/REDO_RLOG_03b.dbf'


    so pls suggest me the solution for this problem.

    Published by: user13144127 on February 16, 2012 11:46

    Same question, same mistakes, same description but different user names. with double

    database does not open due to the ORA-16038: log 1 sequence # 16 can not be arch

    Lock this thread.

  • Unable to connect to the GET STARTED page

    Hello

    First of all, I'm sorry, I did a search and saw that many posts on this issue but on each of them finishing their answers once a user asked "did you do this or that?' or they just stopped posting... the more I saw a few topics where he worked magically subsequently , but no real instructions.

    Thus, the problem: I installed XE 11g, no apparent problems during installation (no warning so I guess everything is OK), tried the link START, but it says it cannot connect.

    System: Win XP PRO SP3, 2 GB of ram using Firefox 7.0.1
    DB: Oracle 11g Express Edition
    Antivirus: avast 6 (firewall included), but is disabled during the tests...

    lsnrctl:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date                05-OCT-2011 02:36:42
    Uptime                    0 days 0 hr. 21 min. 51 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   E:\Database\Oracle\app\oracle\product\11.2.0\server\network\admin\listener.ora
    Listener Log File         E:\Database\Oracle\app\oracle\diag\tnslsnr\EASTFRONTIERS03\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=EASTFRONTIERS03)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
      Instance "xe", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    AMT:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    
    ORACLR_CONNECTION_DATA = 
      (DESCRIPTION = 
        (ADDRESS_LIST = 
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) 
        ) 
        (CONNECT_DATA = 
          (SID = CLRExtProc) 
          (PRESENTATION = RO) 
        ) 
      ) 
    listener:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = E:\Database\oracle\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        )
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\Database\oracle\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        )
      )
    
    DEFAULT_SERVICE_LISTENER = (XE)
    Services:
    OracleJobSchedulerXE
    OracleMTSRecoveryService
    OracleServiceXE (started)
    OracleXEClrAgent
    OracleXETNSListener (started)
    sqlplus:
    SQL> connect
    Enter user-name: SYS
    Enter password:
    ERROR:
    ORA-01089: immediate shutdown in progress - no operations are permitted
    Process ID: 0
    Session ID: 0 Serial number: 0
    alert_xe:
    Wed Oct 05 02:37:35 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on. 
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production.
    Using parameter settings in client-side pfile E:\DATABASE\ORACLE\APP\ORACLE\PRODUCT\11.2.0\SERVER\CONFIG\SCRIPTS\INIT.ORA on machine EASTFRONTIERS03
    System parameters with non-default values:
      sessions                 = 172
      memory_target            = 760M
      control_files            = "E:\DATABASE\ORACLE\APP\ORACLE\ORADATA\XE\CONTROL.DBF"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "E:\Database\Oracle\app\oracle\fast_recovery_area"
      db_recovery_file_dest_size= 10G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "E:\DATABASE\ORACLE\APP\ORACLE\ADMIN\XE\ADUMP"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "E:\DATABASE\ORACLE\APP\ORACLE"
    Wed Oct 05 02:37:53 2011
    PMON started with pid=2, OS id=2308 
    Wed Oct 05 02:37:53 2011
    PSP0 started with pid=3, OS id=1168 
    Wed Oct 05 02:37:54 2011
    VKTM started with pid=4, OS id=1920 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Wed Oct 05 02:37:54 2011
    GEN0 started with pid=5, OS id=372 
    Wed Oct 05 02:37:54 2011
    DIAG started with pid=6, OS id=1580 
    Wed Oct 05 02:37:54 2011
    DBRM started with pid=7, OS id=1552 
    Wed Oct 05 02:37:54 2011
    DIA0 started with pid=8, OS id=2668 
    Wed Oct 05 02:37:54 2011
    MMAN started with pid=9, OS id=2132 
    Wed Oct 05 02:37:54 2011
    DBW0 started with pid=10, OS id=3716 
    Wed Oct 05 02:37:54 2011
    LGWR started with pid=11, OS id=3952 
    Wed Oct 05 02:37:54 2011
    CKPT started with pid=12, OS id=2992 
    Wed Oct 05 02:37:54 2011
    SMON started with pid=13, OS id=2616 
    Wed Oct 05 02:37:54 2011
    RECO started with pid=14, OS id=1764 
    Wed Oct 05 02:37:54 2011
    MMON started with pid=15, OS id=4012 
    Wed Oct 05 02:37:54 2011
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    ORACLE_BASE from environment = E:\Database\Oracle\app\oracle
    Wed Oct 05 02:37:55 2011
    AUD: OS Error = 1717 encountered while writing audit record
    Wed Oct 05 02:37:54 2011
    MMNL started with pid=16, OS id=1516 
    Wed Oct 05 02:37:57 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Shutting down instance (immediate)
    Shutting down instance: further logons disabled
    Stopping background process MMNL
    Stopping background process MMON
    License high water mark = 1
    All dispatchers and shared servers shutdown
    AUD: OS Error = 1717 encountered while writing audit record
    Starting ORACLE instance (normal)
    Wed Oct 05 02:38:02 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Wed Oct 05 02:38:03 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Wed Oct 05 02:38:03 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Wed Oct 05 02:38:03 2011
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    From what I could gather other messages here (and), the problem is that I have nothing listening on 8080. Other than that, everything looks OK (I think).
    So, can anyone say me\help me on why this one is not start? I have reinstalled this 6 times and still can not find the problem... (as you have seen, I even replaced the tns with paranoia 127.0.0.1 hostname). It is seriously makes me crazy. Everything I wanted (from the problem itself in even a step by step for Dummies) shows an installation, then the interface work... I see some questions about the "I can't connect to the...» "but most are left unanswered :(


    Thanks in advance!

    P.S. Let me know if I forgot to mention something relevant

    TheNomad wrote:
    And Yes, EV has been disabled during installation.

    Then, probably the best and easier to move now is to allow (return to the standard) and uninstall and reinstall XE.

    If the script still exists after re - install, then troubleshooting can continue.

    It seems you missed my post above with the startup command.
    

    What you mean? I posted at the exit.

    Yes, but not with the suggested contribution. At the SQL > prompt question: start

    But, as said, don't bother unless re-installed.

  • Data pump - export without data

    To export the database without data in old tool exp was the parameter ROWS defined as N. How to import the schema of database without data using data pump technology?

    You can see by checking using dump export on your command line like this

    C:\Documents and Settings\nupneja>expdp -help
    
    Export: Release 10.2.0.1.0 - Production on Friday, 09 April, 2010 18:06:09
    
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    
    The Data Pump export utility provides a mechanism for transferring data objects
    between Oracle databases. The utility is invoked with the following command:
    
       Example: expdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp
    
    You can control how Export runs by entering the 'expdp' command followed
    by various parameters. To specify parameters, you use keywords:
    
       Format:  expdp KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
       Example: expdp scott/tiger DUMPFILE=scott.dmp DIRECTORY=dmpdir SCHEMAS=scott
                   or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    
    USERID must be the first parameter on the command line.
    
    Keyword               Description (Default)
    ------------------------------------------------------------------------------
    ATTACH                Attach to existing job, e.g. ATTACH [=job name].
    COMPRESSION           Reduce size of dumpfile contents where valid
                          keyword values are: (METADATA_ONLY) and NONE.
    *CONTENT*               Specifies data to unload where the valid keywords are:
                          (ALL), DATA_ONLY, and METADATA_ONLY.
    DIRECTORY             Directory object to be used for dumpfiles and logfiles.
    DUMPFILE              List of destination dump files (expdat.dmp),
                          e.g. DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp.
    ENCRYPTION_PASSWORD   Password key for creating encrypted column data.
    ESTIMATE              Calculate job estimates where the valid keywords are:
                          (BLOCKS) and STATISTICS.
    ESTIMATE_ONLY         Calculate job estimates without performing the export.
    EXCLUDE               Exclude specific object types, e.g. EXCLUDE=TABLE:EMP.
    FILESIZE              Specify the size of each dumpfile in units of bytes.
    FLASHBACK_SCN         SCN used to set session snapshot back to.
    FLASHBACK_TIME        Time used to get the SCN closest to the specified time.
    FULL                  Export entire database (N).
    HELP                  Display Help messages (N).
    INCLUDE               Include specific object types, e.g. INCLUDE=TABLE_DATA.
    JOB_NAME              Name of export job to create.
    LOGFILE               Log file name (export.log).
    NETWORK_LINK          Name of remote database link to the source system.
    NOLOGFILE             Do not write logfile (N).
    PARALLEL              Change the number of active workers for current job.
    PARFILE               Specify parameter file.
    QUERY                 Predicate clause used to export a subset of a table.
    SAMPLE                Percentage of data to be exported;
    SCHEMAS               List of schemas to export (login schema).
    STATUS                Frequency (secs) job status is to be monitored where
                          the default (0) will show new status when available.
    TABLES                Identifies a list of tables to export - one schema only.
    TABLESPACES           Identifies a list of tablespaces to export.
    TRANSPORT_FULL_CHECK  Verify storage segments of all tables (N).
    TRANSPORT_TABLESPACES List of tablespaces from which metadata will be unloaded.
    VERSION               Version of objects to export where valid keywords are:
                          (COMPATIBLE), LATEST, or any valid database version.
    
    The following commands are valid while in interactive mode.
    Note: abbreviations are allowed
    
    Command               Description
    ------------------------------------------------------------------------------
    ADD_FILE              Add dumpfile to dumpfile set.
    CONTINUE_CLIENT       Return to logging mode. Job will be re-started if idle.
    EXIT_CLIENT           Quit client session and leave job running.
    FILESIZE              Default filesize (bytes) for subsequent ADD_FILE commands.
    HELP                  Summarize interactive commands.
    KILL_JOB              Detach and delete job.
    PARALLEL              Change the number of active workers for current job.
                          PARALLEL=.
    START_JOB             Start/resume current job.
    STATUS                Frequency (secs) job status is to be monitored where
                          the default (0) will show new status when available.
                          STATUS[=interval]
    STOP_JOB              Orderly shutdown of job execution and exits the client.
                          STOP_JOB=IMMEDIATE performs an immediate shutdown of the
                          Data Pump job.
    
    C:\Documents and Settings\nupneja>
    

    Content to the "metadata_only" parameter will export only the structure of the schema to skip the lines.

  • CoreTelephony error in trace file as a file for coretelephony tracing operation has failed, perhaps you need more disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted

    I got this error:

    "CoreTelephony Trace file error
    A file for CoreTelephony tracing operation failed, you might run out of disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted"

    I tried to solve it by searching for CoreTelephony errors. Could not resolve yet.
    Software does not, especially of photoshop...

    Any ideas?

    Same thing here, iMac with OS X 10.11.6. All started a couple days ago. Have not found any valid solution online yet, I tried rebooting in recovery mode and check disk, but it seems that everything is ok with the drives and permissions.

  • Every moment & then my Vista Original fails to start after an automatic update & shutdown.

    I had upgraded from XP to Vista Home Premium.  All updates are on. I also use Microsoft essential security such as anti-virus protection. Every moment & then my Vista Original fails to start after an automatic update & shutdown. I had to reinstall all my programs. Happen 3 - 4 times in less than a year. The disturbances windows also does not work

    Any Advisor. Should I upgrade to XP?

    Hello

    Make sure that you do not install hardware 3rd party via windows update drivers

    they are normally not up to date and can cause computer problems

    change the way you receive updates and check what you install ad if you don't not right-clicking on UAC prompt you to hide it:

    http://www.bleepingcomputer.com/tutorials/tutorial140.html

    Download updates but let me choose whether to install them - if you select this option, Windows will download the updates on your computer, but not install them automatically. If you want to install updates, then you must install them manually. You should only select this option if you have a reason to not install updates automatically. Only advanced users should use this option.

    Check for updates but let me choose whether to download and install them - if you select this option, you'll be alerted when there are new updates available for download and install. You can then choose to download and install the updates that you want. This option should really be reserved for people who know exactly which updates they need, or those who have little access to the Internet.

    and if you're still stuck in a loop non-Boot read these methods on how to try to fix it:

    1st thing to try is a restoration of the system in safe mode

    http://www.windowsvistauserguide.com/system_restore.htm

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    If that does not read this information

    the link below is how to download and get a vista disk startup repair, which you can start from the

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Here's how to use startup repair system restore command prompt, etc. to bleepingcomputers link below

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    to boot from the dvd drive to be able to you will see a way to get into the bios Setup at the bottom of the screen or command menu start

    It would be F2 or delete etc to enter the BIOS or F12 etc. for the start menu

    Change boot order it do dvd drive 1st in the boot order

    http://helpdeskgeek.com/how-to/change-boot-order-XP-Vista/

    ;

  • Procedure failed with ORA-01403, associated with immediate execution, captured

    This procedure compiles without error. Its purpose is to copy the sequence of one schema to another object. After it failed with ORA-01403, I added exception code of capture (see the comments in the code).

    A few notes:

    1. I started the proceedings with exec copy_sequence ('ADDRESS_SEQ', 'SST', 'TEST1');

    2. the first sql string is built correctly since I can see in the console output:

    Select last_number in the all_sequences where sequence_owner = upper('TSS') and upper('ADDRESS_SEQ') = sequence_name

    I can run this SQL command, and returns a real value;

    Here is the procedure

    SET SERVEROUTPUT ON;

    create or replace procedure copy_sequence (seq VARCHAR2, prod_schema VARCHAR2, VARCHAR2 test_schema)

    as

    Val number (21);

    s_sql varchar2 (200);

    Start

    s_sql: = ' select last_number in the all_sequences where sequence_owner = upper('''|| prod_schema ||'') ') and sequence_name = upper('''||) Seq | " ')';

    -immediate' select last_number in the Vale of all_sequences where sequence_owner = upper('''|| prod_schema ||'') ') and sequence_name = upper('''||) Seq | " ')';

    Dbms_output.put_line ('sql 1 ' | s_sql);

    execute immediate s_sql in val;  ---!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The code does not work here!

    Dbms_output.put_line ('val' |) Val);

    s_sql: = 'delete the sequence'. test_schema |'. ' || FF.;

    Dbms_output.put_line ('sql 2 ' | s_sql);

    -execution immediate s_sql;

    s_sql: = 'create the sequence'. test_schema |'. ' || Seq |' minvalue maxvalue 1 999999999999999999999 begin by ' | Val | 'increment of 1';

    Dbms_output.put_line ('sql 3 ' | s_sql);

    -execution immediate s_sql;

    -Add the following after procedure thown ORA-01403: no data found

    exception when TOO_MANY_ROWS then DBMS_OUTPUT.put_line ('TOO_MANY_ROWS error');

    When NO_DATA_FOUND then DBMS_OUTPUT.put_line ('error NO_DATA_FOUND');

    While some other then raise_application_error (-20011, "Unknown Exception in this procedure");

    end;

    /

    Hoek wrote:

    The user (no SYSTEM, SYS, and SYSTEM are special, you should not use them unless you have TO) execution of the procedure must have the necessary privileges granted directly, bypassing a role...

    ??? There is nothing special about SYS or SYSTEM in what concerns them stored procedures. SYS by default is granted directly SELECT ANY SEQUENCE, so it does not work for the owner of MS by SYS. SYSTEM is therefore not:

    Scott@pdborcl12 > create sequence s;

    Order of creation.

    Scott@pdborcl12 > create or replace
    2 procedure system.p1
    3 is
    number of v_last_value 4;
    5. start
    6. Select last_number
    7 in v_last_value
    8 of all_sequences
    9 where sequence_owner = 'SCOTT '.
    10 and s = sequence_name ';
    11 end;
    12.

    Created procedure.

    Scott@pdborcl12 > system.p1 exec.
    BEGIN system.p1; END;

    *
    ERROR on line 1:
    ORA-01403: no data found
    ORA-06512: at "SYSTEM. "P1", line 5
    ORA-06512: at line 1

    Scott@pdborcl12 > grant select on s to the system;

    Grant succeeded.

    Scott@pdborcl12 > system.p1 exec.

    PL/SQL procedure successfully completed.

    Scott@pdborcl12 >

    SY.

  • Vista SP2 x 64 update fails on shutdown

    I tried several times to install the vista sp2 (64-bit).  Everything seems ok until it tries to restart.  The display shows the closing down and it stops there.  I gave 6 hours before forcing a cold start.  When return chkdsk runs and fails.  Had to restore the previous state of a backup HD picture again.  HD goes diags, i.e. no discernible hardware problem.  I tried to allow first on the Windows Update page.  Second time around, I have download the package and ran it in safe mode with network (which is the only way that would be installing SP1 I remember well).  Same failure mode, no message err, just hang out on the closing screen.

    The machine is a Dell M1330 computer laptop T8100 2.1 GHz dual core, 4 GB of ram + WD 320 GB drive

    Ideas get sp2?

    Thanks in advance.

    Hello

    Follow this link.

    http://support.Microsoft.com/default.aspx/KB/948465 AND http://windowshelp.microsoft.com/Windows/en-GB/help/105f7420-6f7f-4fe8-8698-2f40ca5f53711033.mspx

    See you soon

  • Blue screen error: Failed Shutdown 0x000000fe

    original title: stop failed!

    When I try to shut down my computer, he acts like he's going to close, goes to a black screen and then just restarts.  Once it restarts I get a window of Windows error asking if I would look online for a solution.  When I say, Yes, the box indicates that she is looking and then disappears without offering a solution.  I copied the details of the error and they are listed below:

    Signature of the problem:

    Problem event name: BlueScreen

    OS version: 6.0.6002.2.2.0.256.1

    Locale ID: 1033

    More information about the problem:

    BCCode:                                              fe

    BCP1: 0000000000000008

    BCP2: 0000000000000006

    BCP3: 0000000000000006

    BCP4: FFFFFA8006D19570

    OS version: 6_0_6002

    Service Pack: 2_0

    Product:                                              256_1

    Files helping to describe the problem:

    C:\Windows\Minidump\Mini071210-01.dmp

    C:\Users\Frances Sauders\AppData\Local\Temp\WER-55906-0.sysdata.xml

    C:\Users\Frances Sauders\AppData\Local\Temp\WER2D40.tmp.version.txt

    Can someone tell me how to fix this?

    Thank you

    drfrances

    Try a system restore to a Date before the problem began:

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    http://www.windowsvistauserguide.com/system_restore.htm

    Read the above for a very good graph shows how backward more than 5 days in the System Restore Points by checking the correct box.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for