SP2-1503 when starting sqlplus (privilege problem)

System: windows 2003 terminal server
Oracle db: 10gr2
After i installing the database everything works perfect as administrator user, but when i start sqlplus as a "normal" user without administrator rights, the following error message apears:
SP2-1503: Oracle aanroepinterface kan niet
SP2-0152: ORACLE functioneert mogelijk niet
Please help...

Hi,
We had this issue on one of our 11.1.0.6 database running on IBM AIX whereby no oracle user was trying to access the database. We followed the metalink note 417067.1 to resolve it.
For those who don't have access to metalink, this is the solution from the note that worked for us:
To implement the solution, please execute the following steps:
1. Manually change the privileges for the $ORACLE_HOME/oracore/zoneinfo directory and files.
chmod o+r oracore
chmod o+r oracore/zoneinfo/timezone.dat
or just type from $ORACLE_HOME directory:
2. SQL*Plus should be working now.
$sqlplus usr/password@dbalias
See if that helps.
Pranilesh Chand

Similar Messages

  • Random SP2 error when starting oracle process through SHELL script

    Hi All,
    I am trying to process data in n-Number of tables through a package. The package is called through a shell script to create start data processing. All calls to the package are in a sql script which is basically exec calls-
    exec package.process ('T1','some param');
    exec package.process ('T1','some param');
    exec package.process ('T..n','some param');
    I have a shell script which I use to execute commands from the sql script. There is a reason behind using shell script. For some strange reason, I keep on getting -
    ERROR: logon denied - check for valid user with valid privileges
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    for some EXEC calls. Problem is, errors are generated at random. So in one run, I get error for T10,T11 and then in next run I might get for some other tables.
    However, when I am running the sql script from the sql prompt, all calls to the package are executed without any problem.
    This makes me think, it is something to do with the way database connection being initiated through UNIX.
    Has anyone faced similar issue? Your help/gudence is much appreciated.
    DB: Oracle 10.2.0.5
    OS: SUN Solaris 10
    Thanks in advance.

    Login credentials are provided inside the shell script.
    I did put a sleep(10) after EOF but no help. As mentioned if I run script file from sql promt, it runs without any hiccup. So it is the connection through the UNIX that is causing issue.
    As pointed out by Sybrand, I agree that it does not make a sense to connect and commit after every sql statement. So decided to change the shell script and so far, the result from my initial tests on a sample data is quite encouraging. Hopefully I will have a solution.
    But it will be nice to know why SHELL is doing what it is doing!!
    Legacy prog are sometime big time eye-openers..;)

  • Linking external jar when starting java -jar problem

    Good day!
    A have a little program:
    import org.apache.log4j.Logger;
    public class CMDClient {
         static Logger log;
         public static void main(String args[]) throws Exception {
              log.info("test");
              System.exit(1);
    }I created a test.jar file, containing only this test class. When I start it by java -jar test.jar it cannot find linked (through import) Log4j library. Is there a way to link external jar to "jared" application?
    Good day!
    A have a little program:
    import org.apache.log4j.Logger;
    public class CMDClient {
         static Logger log;
         public static void main(String args[]) throws Exception {
              log.info("test");
              System.exit(1);
    I created a test.jar file, containing only this test class. When I start it by java -jar test.jar it cannot find linked (through import) Log4j library. Is there a way to link external jar to "jared" application?
    Good day!
    A have a little program:
    import org.apache.log4j.Logger;
    public class CMDClient {
         static Logger log;
         public static void main(String args[]) throws Exception {
              log.info("test");
              System.exit(1);
    I created a test.jar file, containing only this test class. When I start it by java -jar test.jar it cannot find linked (through import) Log4j library. Is there a way to link external jar to "jared" application?
    Error was: java.lang.NoClassDefFoundError

    There's a Class-Path attribute in the manifest.

  • HANDSHAKE_FAILURE problem when starting managed server via NOdeManager

    hi all, i am trying to start a managed server using nodeManager, but i keep on
    getting following exception:
    weblogic.nodemanager.NodeManagerException: [Could not execute command start for
    server managedServer via the Node Manager - reason: [CommandInvoker: Failed to
    send command: 'online to server 'managedServer' to NodeManager at host: 'localhost:5555'
    with exception FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable
    to negotiate an acceptable set of security parameters.. Please ensure that the
    NodeManager is active on the target machine].] at weblogic.nodemanager.NodeManagerRuntime.executeCommand(NodeManagerRuntime.java:472)
    at weblogic.nodemanager.NodeManagerRuntime.start(NodeManagerRuntime.java:76) at
    java.lang.reflect.Method.invoke(Native Method) at
    here is my script for starting nodemanager
    set JAVA_HOME=c:\bea\jdk131
    set WL_HOME=c:\bea\weblogic700
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    set CLASSPATH=.;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar
    java -hotspot -ms16m -mx16m -classpath %CLASSPATH% -Dbea.home=C:\bea\weblogic700
    -Djava.security.policy=C:\bea\weblogic700\server\lib\weblogic.policy -Dweblogic.nodemanager.weblogicHome=C:\bea\weblogic700
    -Dweblogic.nodemanager.listenAddress=172.21.73.94 -Dweblogic.nodemanager.listenPort=5555
    -Dweblogic.nodemanager.trustedHosts=C:\bea\weblogic700\common\nodemanager\config\nodemanager.hosts
    -Dweblogic.nodemanager.certificateFile=C:\bea\weblogic700\common\nodemanager\config\demo.crt
    weblogic.nodemanager.NodeManager
    i have created an admin server, called adminserver
    then i have created in the same domain a server called managedserver
    both servers run on the same machine,at different port number.
    i have created a machine, and associated managedserver to it.
    in the machine/configuration/nodemanager i have set listenaddress localhost and
    listenport 5555.
    my nodemanager starts automatically at htat port. however, when i try to start
    the managed server via adminserver console, i got the exception mentioned in
    the subject.
    can anyone help?
    regards
    marco
    can anyone point me to the right direction for solving this problem?
    in the adminserver console i have defined a machine for teh managedserver, and
    nodemanager is supposed to run at localhost:5555 (and indeed it does, because
    ihave started it successfully).
    thanx in advance and regards marco

    Marco.
    Sorry, this is not a solution to your problem but i am trying to solve the same
    problem for a week now.
    I have wl7.0 sp2, 1 admin server, 2 managed servers on the same box. I get the
    same error. I know that the default certificate installed provides a hostname
    verification of weblogic.com. I turned the hostname verification off, i put in
    the Dweblogic.nodemanager.sslHostNameVerificationEnabled=false, i get the same
    error when starting the managed server. I went ahead and created my own certificate
    for machine called mallik, created my own passphrase, created a new keystore,
    made the admin server view the keystore, used the same certificate for both the
    admin server and the node manager. It still fails with the same error. I went
    ahead and added the machine 'mallik' to nodeManager.hosts file. It fails. I am
    totally confused now what needs to be done.
    My nodeManger.hosts looks like this:
    mallik 10.100.10.130
    managedServer1 10.100.10.130
    managedServer2 10.100.10.13
    Below is the startNodeManager.cmd.
    @echo off
    @rem *************************************************************************
    @rem This script can be used to start the WebLogic NodeManager
    @rem
    @rem This script sets the following variables before starting the NodeManager:
    @rem
    @rem WL_HOME - The root directory of your WebLogic installation.
    @rem NODEMGR_HOME - The home directory for this NodeManager instance.
    @rem JAVA_HOME - Location of the version of Java used to start WebLogic
    @rem Server. This variable must point to the root directory of
    @rem a JDK installation and will be set for you by the
    @rem          installer. See the WebLogic platform support page
    @rem (http://e-docs.bea.com/wls/platforms/index.html) for an up-to-date
    list of
    @rem supported JVMs on Windows NT.
    @rem PATH - Adds the JDK and WebLogic directories to the system path.
    @rem CLASSPATH - Adds the JDK and WebLogic jars to the classpath.
    @rem JAVA_OPTIONS - Java command-line options for running the server. (These
    @rem will be tagged on to the end of the JAVA_VM and MEM_ARGS)
    @rem JAVA_VM - The java arg specifying the VM to run. (i.e. -server,
    @rem -client, etc.)
    @rem MEM_ARGS - The variable to override the standard memory arguments
    @rem passed to java
    @rem
    @rem *************************************************************************
    SETLOCAL
    set WL_HOME=C:\bea7.0\weblogic700
    set NODEMGR_HOME=%WL_HOME%\common\nodemanager
    set JAVA_HOME=C:\bea7.0\jdk131_06
    Call %WL_HOME%\common\bin\commEnv.cmd
    @rem If NODEMGR_HOME does not exist, create it
    :checkNodeManagerHome
    if exist %NODEMGR_HOME% goto checkJava
    echo.
    echo NODEMGR_HOME %NODEMGR_HOME% does not exist, creating it..
    mkdir %NODEMGR_HOME%
    @rem Check that java is where we expect it to be
    :checkJava
    if exist %JAVA_HOME%\bin\java.exe goto runNodeManager
    echo The JDK wasn't found in directory %JAVA_HOME%.
    echo Please edit this script so that the JAVA_HOME
    echo variable points to the location of your JDK.
    goto finish
    :runNodeManager
    if not "%JAVA_VM%" == "" goto noResetJavaVM
    rem set JAVA_VM=-hotspot
    set JAVA_VM=%COMM_VM%
    :noResetJavaVM
    if not "%MEM_ARGS%" == "" goto noResetMemArgs
    set MEM_ARGS=-Xms32m -Xmx200m
    :noResetMemArgs
    @echo on
    set CLASSPATH=.;%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    cd %NODEMGR_HOME%
    #"%JAVA_HOME%\bin\java.exe" %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath "%CLASSPATH%"
    "-Dbea.home=C:\bea7.0" "-Dweblogic.security.SSL.trustedCAKeyStore=%WL_HOME%\server\lib\cacerts"
    "-Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy" "-Dweblogic.nodemanager.reverseDnsEnabled=true"
    "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%" weblogic.nodemanager.NodeManager
    "%JAVA_HOME%\bin\java.exe" %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath "%CLASSPATH%"
    "-Dbea.home=C:\bea7.0" "-Dweblogic.security.SSL.trustedCAKeyStore=%WL_HOME%\server\lib\cacerts"
    "-Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy" "-Dweblogic.nodemanager.certificateFile=C:\bea7.0\user_projects\myDomain\mallikcert.pem"
    "-Dweblogic.nodemanager.sslHostNameVerificationEnabled=false" "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%"
    "-Dweblogic.ListenAddress=mallik" "-Dweblogic.nodemanager.nativeVersionEnabled=true"
    "-Dweblogic.nodemanager.reverseDnsEnabled=true" "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%"
    "-Dweblogic.nodemanager.trustedHosts=%WL_HOME%\common\nodemanager\config\nodemanager.hosts"
    "-Dweblogic.management.pkpassword=weblogic" weblogic.nodemanager.NodeManager
    goto finish
    :finish
    ENDLOCAL
    I would appreciate if anybody can help me.
    Mallik.
    "Marco" <[email protected]> wrote:
    >
    hi all, i am trying to start a managed server using nodeManager, but
    i keep on
    getting following exception:
    weblogic.nodemanager.NodeManagerException: [Could not execute command
    start for
    server managedServer via the Node Manager - reason: [CommandInvoker:
    Failed to
    send command: 'online to server 'managedServer' to NodeManager at host:
    'localhost:5555'
    with exception FATAL Alert:HANDSHAKE_FAILURE - The handshake handler
    was unable
    to negotiate an acceptable set of security parameters.. Please ensure
    that the
    NodeManager is active on the target machine].] at weblogic.nodemanager.NodeManagerRuntime.executeCommand(NodeManagerRuntime.java:472)
    at weblogic.nodemanager.NodeManagerRuntime.start(NodeManagerRuntime.java:76)
    at
    java.lang.reflect.Method.invoke(Native Method) at
    here is my script for starting nodemanager
    set JAVA_HOME=c:\bea\jdk131
    set WL_HOME=c:\bea\weblogic700
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    set CLASSPATH=.;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar
    java -hotspot -ms16m -mx16m -classpath %CLASSPATH% -Dbea.home=C:\bea\weblogic700
    -Djava.security.policy=C:\bea\weblogic700\server\lib\weblogic.policy
    -Dweblogic.nodemanager.weblogicHome=C:\bea\weblogic700
    -Dweblogic.nodemanager.listenAddress=172.21.73.94 -Dweblogic.nodemanager.listenPort=5555
    -Dweblogic.nodemanager.trustedHosts=C:\bea\weblogic700\common\nodemanager\config\nodemanager.hosts
    -Dweblogic.nodemanager.certificateFile=C:\bea\weblogic700\common\nodemanager\config\demo.crt
    weblogic.nodemanager.NodeManager
    i have created an admin server, called adminserver
    then i have created in the same domain a server called managedserver
    both servers run on the same machine,at different port number.
    i have created a machine, and associated managedserver to it.
    in the machine/configuration/nodemanager i have set listenaddress localhost
    and
    listenport 5555.
    my nodemanager starts automatically at htat port. however, when i try
    to start
    the managed server via adminserver console, i got the exception mentioned
    in
    the subject.
    can anyone help?
    regards
    marco
    can anyone point me to the right direction for solving this problem?
    in the adminserver console i have defined a machine for teh managedserver,
    and
    nodemanager is supposed to run at localhost:5555 (and indeed it does,
    because
    ihave started it successfully).
    thanx in advance and regards marco

  • [sqlplus] - SP2-1503: Unable to initialize Oracle call interface

    Hello,
    I've just reinstall an new Oracle DB 10.2.0.1.0 and when i type SQLPLUS i've this error:
    $sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    what's hapening ???
    thanks for your help.

    found !!
    it's a stupid and strange error.... because i re-use my old settings and it's worked.
    now i remove the last '/' on $ORACLE_HOME path... and all works fine.
    thanks...

  • I am experiencing some major problems with my MacBook Pro. I have had some issues with it turning on/off at random times, but today, when starting, I get the grey start-up screen and a recovery bar. After filling in approx 1/4 of the way, the machine dies

    I am experiencing some major problems with my MacBook Pro. I have had some issues with it turning on/off at random times, but today, when starting, I get the grey start-up screen and a recovery bar. After filling in approx 1/4 of the way, the machine dies. After starting it in recovery mode, it will not allow me to download OS X Mavericks- it says the disk is locked. Any ideas? I do not have a back-up and do not want to erase everything before I have explored my options. Help?

    try forcing internet recover, hold 3 keys - command, option, r - you should see a spinning globe
    most people will tell you to do both pram and smc resets (google) and if you still have issues, either clean install (easy) or troubleshoot (hard)

  • We have had Verizon Wireless service since 2007. We have 6 lines on our account. Unfortunately in 2012 when I (903.647.0073) upgraded from the iPhone4s to the iPhone 5 I started having reception problems. I started having dropped calls in my home. I had t

    We have had Verizon Wireless service since 2007. We have 6 lines on our account. Unfortunately in 2012 when I (903.647.0073) upgraded from the iPhone4s to the iPhone 5 I started having reception problems. I started having dropped calls in my home. I had to go outside to get reception without dropped calls. I was told that because of metal in my home I would have to purchase a Network Extender for $250. And we HAVE not metal in our home. AND our other lines all work fine. I felt this was ridiculous. We already pay $350+/month for service and I should NOT have to purchase additional equipment for a service that I already pay for. The manager of our local store at the time gave us at no cost a Samsung Network Extender. It worked beautifully until about a month ago. I went to our local Verizon store and was told that I would have to purchase an extender. THIS is RIDICULOUS. We have been loyal customers for over 7 years and have been very satisfied with our service. Unless this issue can be resolved without purchasing an extender we will be switching our service as our lines come up for renewal. I regret this as we have been very happy with our service. But we should NOT have to purchase anything extra for one line that will not get good reception. Again, we pay $350+/ month for a service that does not work properly, simply RIDICULOUS! Currently the "sys" light flashes red (slow) and the GPS light remains red. Please help this very frustrated customer.

    Regardless with what carrier your with you might have the same issue, My recommendation would be to get a router that will help you with viewing live traffic and keep a tally of your usage and any device connected to your internet connection.  You can go with the peplink balance 20 and be able to look at your traffic by the hour, daily, weekly, monthly or yearly.  Look for trends, see what computers or devices are doing what I attached a screen shot so you can see an example of mine.  You can purchase the router at 3gstore
    http://i45.tinypic.com/6zc674.jpg

  • OSB: problem when starting a managed server in an OSB cluster

    Hi,
    I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the installation (weblogic user and custom passwort). After some time the managed server exists with the following exception:
    ####<21.04.2010 19.25 Uhr CEST> <Critical> <WebLogicServer> <DEMUC10525> <ManagedServer1> <main> <<WLS Kernel>> <> <> <1271870735741> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    What is its problem and how do I fix it? I have not configured anything special in the domain - just the cluster, a single machine and the managed server and admin server targeted at this machine.
    The admin server starts without these problems. I also tried copying the boot.properties from the admin server to the managed server without any success - the same problem.
    Regards
    Dimo
    Edited by: dimo velev on 21.04.2010 11:24

    Hi Anuj,
    it turned out to be an OSB related problem - WLS forum would not have been able to help.
    The startManagedWebLogic script should be run only within an environment which has been correctly setup using the domain setDomainEnv script. This seems to add some classpaths and stuff like this which, if missing, produces the exception - it actually has absolutely nothing to do with the user and password being wrong.
    If you are using a node manager to start the managed servers then it should also be run within an evironment correctly setup with the domain's setDomainEnv script.
    Best regards
    Dimo

  • Problem when start lightroom 6 on my windows 8.1 notebook

    I have a problem when start lightroom 6 on my windows 8.1 notebook, the system says "impossible find input point in _crtCreateSymbolicLinkW in C:\windows\system32\msvcp110.dll", and lightroom 6 terminate. I disinstalled and reinstalled many times but I have always the same error. What is the problem? Thank for the answers.

    Download update 4 for Intel x64 or Amd if your notebook have an Amd CPU of Visual studio 2012 and trya again. Before you can controll if the installer install library of visual studio 12 during installation and see if the library missing is on windows\system32.

  • IPC permission problems when starting Listener

    I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    I am able to start the database instance and access it with SQL
    Plus. I am also able to start the listener and get a response
    back from the listener using tnsping.
    However, when starting the listener I get some error messages
    stating that I don't have permissions to access/use the IPC
    (sorry, I know little more about IPC other than inter process
    communication). I have a user oracle which owns the database and
    has a primary group of dba.
    Bellow is the output from when i try to run lsnrctl start:
    thanks for your help,
    Federico
    LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 09-JAN-99
    03:04:21
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr: please
    wait...
    TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    Log messages written to
    /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    Listening on:
    (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    null

    Did it say "command completed successfully" "service has 1
    handler" ? If so, then it ran fine. As for the root ownership of
    certain things: some things need to be setuid root to access
    certain OS resources for security purposes. If you see an "s"
    where the execute permissions for owner or group, then the
    executable most likely is set to run setuid or setgid. In other
    words, no matter who invokes that command, the process is run as
    the root user.
    Kevin
    Federico Grau (guest) wrote:
    : Feel kind of stupid about this but i fixed my own problems...
    : first of all, I am using NIS, and my oracle "server" is an NIS
    : client. I had changed the primary group of oracle to dba on my
    : NIS server, but had not updated the NIS databases, so my oracle
    : "server" thought that the user oracle still had a primary group
    : of oracle.
    : I am not sure if that is the cause of the problem, but somehow
    : during one of the package installations *using the defualt
    : installation) the file $ORACLE_HOME/bin/tnslsnr gets owned by
    : user.group root.dba (this does not happen on my AIX oracle
    : installation of 7.3)... Once I change ownership back to
    : oracle.dba things run smothly. Other files that have this same
    : root ownership are dbsnmp, oratclsh, and osh?!
    : any ideas?
    : Federico
    : Federico Grau (guest) wrote:
    : : I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    : : I am able to start the database instance and access it with
    SQL
    : : Plus. I am also able to start the listener and get a
    response
    : : back from the listener using tnsping.
    : : However, when starting the listener I get some error messages
    : : stating that I don't have permissions to access/use the IPC
    : : (sorry, I know little more about IPC other than inter process
    : : communication). I have a user oracle which owns the database
    : and
    : : has a primary group of dba.
    : : Bellow is the output from when i try to run lsnrctl start:
    : : thanks for your help,
    : : Federico
    : : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on
    09-JAN-99
    : : 03:04:21
    : : (c) Copyright 1997 Oracle Corporation. All rights reserved.
    : : Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr:
    : please
    : : wait...
    : : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    : : System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    : : Log messages written to
    : : /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    : : Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    : : Listening on:
    : : (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    : : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    : : TNS-12546: TNS:permission denied
    : : TNS-12560: TNS:protocol adapter error
    : : TNS-00516: Permission denied
    null

  • I solve my problem of black screen when starting up my Mac pro, namely by the button lighting and then i saw the login screen. Hopefully it works for you too.

    I solve my problem of black screen when starting up my Mac pro, namely by using the lighting button and then i saw the login screen. Hopefully it works for you.

    It was the PRAM.

  • When starting up my mac the dock doe´s not start so i can not reach finder. Is there some help to this problem?

    Problems when starting my Mac I log in and normaly the dock comes up on my screen but it does not appere now. Maybe the problem is because my hard driver is full I have got the message that the startdisc is full.
    It would be nice if someone has a help for this.
    Best regards
    Bengt

    It would  be helpful if you would list the computer you have.  If the drive is too full, try using an external drive (firewire) with a larger capacity than your internal, and dragging all your music and video on to it.  That should free
    up enough space for you.
    As far as the Dock is concerned, go to System Preferences>Dock
    and select the way you want it to appear.

  • When starting imovie I get an error missing quicktime components. To solve the problem I have upgraded to latest version but it didn't help. I want to either solve this problem or get a refund for the useless upgrade.

    when starting imovie I get an error missing quicktime components. To solve the problem I have upgraded to latest version but it didn't help. I want to either solve this problem or get a refund for the useless upgrade.

    Mac OS X 10.6 includes QuickTime versions 10.0 and 7.6.3. The QuickTime 7 player will only be present if a QuickTime Pro key was present at the time of installation, or if specified as part of a custom install, or individually downloaded:
    http://support.apple.com/kb/dl923
    Snow Leopard update 10.6.4 included an update to 7.6.6 (if installed). You can install it from the above link  even though it says for 10.6.3. It's the same version of QuickTime Player 7.6.6.
    (Only QuickTime Player 7.6.3 or 7.6.6 can be updated to "Pro".)
    iMovie does not, AFAIK, use QT 10.

  • Video lag at start and stability problems in Android 4 (ICS) when using Video and StageVideo

    I'm experiencing some problems with video playback in a Samsung Galaxy Tab 2 tablet, which comes with Android 4 (Ice Cream Sandwich).
    In Android 3 (Honeycomb) and 2 (Gingerbread and Froyo) video playback worked perfectly and started with no lag, but in Android 4 video takes like a couple of seconds to start, showing nothing during that time.
    This problem happens when using either Video and StageVideo objects, but when using StageVideo, there's also another problem: When playing back a second video after having closed the first, even after some minutes, when starting the next video I can see during those couple of seconds a still image of the previous video, in the part where it was stopped. Why?
    None of this happened in Android 3 and 2, so I don't think it's something related to my code (and I've reviewed it several times to try and find a solution). This seems to be an Android 4 specific issue with AIR, since I've tried several Android 4 tablets of different brands and all of them show this behaviour. I've tried with AIR 3.1, 3.2 and 3.3 beta, and this problem happens in all three.
    Also, there are some random stability problems if the app goes to sleep while playing a video. Sometimes, it doesn't wake up properly and freezes, giving you a "force close" Android message. Sometimes it wakes up properly but the video doesn't show or it's paused. All of this in "CPU" mode. In "Direct" mode it seems to work a little better.
    BTW, can someone explain what's exactly the new "Direct" mode. I know it's needed for Stage3D, but I don't know why there's that specific mode, when there's GPU mode. Isn't Stage3D supposed to use the device's GPU? Well, Direct mode seems to be "better" than GPU in that filter effects work, whereas GPU mode doesn't support filters, so if you can use Stage3D while using filter effects, that's great.

    Yes, it's unfortunately still not fixed. Also, I've looked into the bugbase report I filed:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3205172
    And it seems they've CLOSED this bug!
    They say that they can't "control the video overlay buffer that is still in the hardware. This really depend on how ICS handle their buffer and external playback".
    The only workaround is NOT using StageVideo, but just regular video. But then you can't use hardware acceleration!
    Also, there's the crashing bug, which is even more important. Video crashes too often, especially in off-brand tablets, which are becoming very common!

  • Problem when start the Enterprise Manager

    Hi
    I have a sun solaris (sparc 64) with oracle 9.2.0.5 instaled. When i start the oemctl application, the utilization of CPU reach 100% (the normal with the oemctl stopped is 7%). For this reason, the performance of database down.
    Somebody know when i resolve this problem ?
    Thanks

    I've the same problem.
    DataBase Server is 10.1.0.2 on HP-UX Itanium, 4 GB memory and 4 disk 36 GB each.
    When I comment the line in the /etc/oratab
    *:/u01/app/oracle/product/10.1.0.2:Y
    and restart the database whith the console stoped the percent of CPU is going down, otherwise with the console started the % of CPU is up, and all the user querys are normal. When I start the OEM all of resources are dedicated to collect information to the OEM.
    I like to use OEM, any idea?

Maybe you are looking for