Error ORA - 12637 when start Oracle 8i Personnel

I have install oracle 8i personnel to the window 98 notebook. The installation successful without any error. But when I used the oracle8i navigator and click on the local database, error "ORA-12637: Can not attach to Oracle 8i" and "ORA-12637 - Packet Receive Failed"
The same error encountered when I start the database.
Appreciate if any could help on this matter.
Thanks in advance.

Hi
Check weather entries are there in the registry.
Go to the services in the control panel and see if the oracle service has started if not start it. If this is up then the registry is OK. if If not u can create it using the oradim utility.
Then set your oracle_sid = <dbname> in the dos prompt and try connecting again.
Let us see what happense

Similar Messages

  • AQ publish - DB subscribe: Error ORA-00942 when starting DB Adapter

    I am using AQ adapter to publish and DB adapter to subscribe.
    When starting the DB adapter i am receiving the following error:
    Fri Sep 09 13:22:50 MDT 2005: ** Error: Unknown error while db_bridge_reader_1 was trying to read messages from the database. Please save log files and contact the integration team.
    java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:554)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1478)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:677)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2371)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2660)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:457)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:387)
         at oracle.oai.agent.adapter.database.DBMessageReader.getNextMessageHeader(DBMessageReader.java:352)
         at oracle.oai.agent.adapter.database.DBMessageReader.run(DBMessageReader.java:232)
         at java.lang.Thread.run(Thread.java:534)
    The table i am inserting into using the DB adapter does exist in the subscribing DB. The only thing i can think of is some table/view is missing within the hub repository itself.
    Please help.
    Thanks!
    -MB

    Initially I would try calling the subscribe package standalone in SQL*plus or TOAD just to check its not somekind of config problem...
    The subscribing adapter trys calling the subscribing package passing in the message as an oracle data type.
    I would write a small pl/sql wrapper that calls you subscribing package outside of the runtime Interconnect environment. If this all works and you can insert data into the table then it maybe something to do with the metadata in the repository and then i'd go along with Ian's suggestion.
    But usually if you can successfully use iStudio to edi things then usually the repository is OK.
    Also from your log you can see that it has picked up the message and is trying to call the packaged/procedure so it looks like the adapter is working OK.
    Cheers Stuart.

  • Oracle error ORA-00600 when using Oracle 10g and Sun One Web Server 6.1

    I have a java application that was running under Solaris 8 and Oracle 9i. I am trying to get it up and running on a new server that is configured with Solaris 9 and Oracle 10g. Whenever the application tries to connect to the database it receives the following error: ORA-00600 [ttcgcshnd-1][0]. My research indicates that this is an internal Oracle error that represents a low level unexpected condition. I have looked through my configuration for the Web Server and I have not been able to determine the cause of this problem. My DBA tells me that we have the latest patch installed for Oracle! Has anyone encountered this problem before? Any help would be greatly appreciated!

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • Oracle Error :: ORA-12637 Packet receive failed

    Hi buddies,
    One of my staff's PC is receiving this error sometimes when she is trying to connect to the database and she is able to connect sometimes.
    Oracle Error :: ORA-12637 Packet receive failed What could be the cause.
    I tried replacing her tnsadmin with my tnsadmin and it didn't make a change, still able to connnect sometimes and sometimes not.
    Able to connect using PL/SQL developer, but not using our customized application. (Everyone else are able to connect)
    Is it network problem?
    Please advice.
    Thank You very much.
    Alagu
    Edited by: user645399 on Sep 16, 2009 8:37 PM

    And from this cut-and-paste the OP is supposed to take what actions to solve the problem? Please don't just post that which is one google away every time someone posts an ORA- exception. You make some valuable contributions here but just posting expanded text doesn't give someone a list of actions to take that will help them resolve the issue. Better the question is left unanswered so others will be more likely to offer help.
    To the OP:
    It is highly likely you have a network issue and the fact that it is isolated to a single machine makes it reasonably easy to fix. First try to figure out which component is failing. Go to the router or switch and swap wires between that client machine and another one that is working properly. Does the problem move? If not then swap the wires. Again does the problem move? Next the NIC card? What if you put another machine on the desk and put the original hard disk in it?
    Sometimes it just isn't worth the effort so you just swap out the machine.
    Intermittent problems are always hard to identify and fix. What is on your side is that this is only affecting a single user.

  • Runtime error ora-12703 when running utl_mail

    hello,
    I call a procedure through push button to use UTL_MAIL.send(..) and I got error ora-12703.
    There is no error during compilation.
    For your info, I manage to execute the same code on stored procedure using TOAD and I received the email sent using TOAD and telnet from my local.
    For info:
    Forms developer version:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    procedure:
    PROCEDURE test_email IS
    BEGIN
    UTL_MAIL.send (
    sender => '[email protected]',
    recipients => '[email protected]',
    cc => '[email protected]',
    bcc => '[email protected]',
    subject => 'Test',
    MESSAGE => 'Hello World',
    mime_type => 'text; charset=us-ascii',
    priority => 3
    END;
    Could anyone please help me on this.
    Regards,
    Dayang

    Hi All,
    I tried another function that use utl_smtp to send email.
    Again I could recieve email when I execute the function in TOAD but got error ora-12703 when I ran using forms.
    When I ran the form, only "debug 1st" apear, then after that it returned error ora-12703.
    Function:
    FUNCTION SEND_MAIL
    (pIssuer IN VARCHAR2,
    pReceiver IN VARCHAR2,
    pSender IN VARCHAR2,
    pSubject IN VARCHAR2,
    pMessage IN VARCHAR2) RETURN VARCHAR2 IS
    c utl_smtp.connection;
    respuesta utl_smtp.reply;
    pServer VARCHAR2(50) := '10.0.3.79';
    CRLF CHAR(2) := CHR(13) || CHR(10);
    BEGIN
    message('debug 1st');
    -- Abre la conexión al Server de correo
    c := utl_smtp.open_connection(pServer);
    message('debug2nd');
    respuesta := utl_smtp.helo(c, pServer);
    -- Inicia el Issuer del correo.
    respuesta := utl_smtp.mail(c, pSender);
    -- Inicia el Receiver
    respuesta := utl_smtp.rcpt(c, pReceiver);
    respuesta := utl_smtp.open_data(c);
    -- Escribe la cabecera del e-mail
    utl_smtp.write_data(c, 'From: ' || pIssuer || CRLF);
    utl_smtp.write_data(c, 'To: ' || pReceiver || CRLF);
    -- Escribe el Subject
    utl_smtp.write_data(c, 'Subject: ' || pSubject || CRLF);
    -- Escribe el texto del Message.
    utl_smtp.write_data(c, CRLF || pMessage);
    utl_smtp.write_data(c, CRLF || '.');
    respuesta := utl_smtp.close_data(c);
    -- Cierra la conexión
    respuesta := utl_smtp.quit(c);
    RETURN '0';
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    utl_smtp.quit(c);
    RETURN sqlerrm;
    --raise_application_error(-20000,
    -- 'El envío del email ha fallado devolviendo el siguiente error: ' || sqlerrm);
    END;
    Regards,
    Dayang

  • 'Error 8 occurred when starting the data extraction program'

    Hello Experts,
    I am trying to pull master data (Full upload) for a attribute. I am getting an error on BW side i.e. 'The error occurred in Service API .'
    So I checked in Source system and found that the an IDOC processing failure has occurred. The failure shows 'Error 8 occurred when starting the data extraction program'.
    But when I check the extractor through RSA3, it looks fine.
    Can someone inform what might be the reason of the failure for IDOC processing and how can this be avoided in future. Because the same problem kept occurring later as well.
    Thanks
    Regards,
    KP

    Hi,
    Chk the idocs from SM58 of source system are processing fine into ur target system(BI system)...?
    Chk thru Sm58 and give all * and target destination as ur BI system and execute and chk any entries pending there?
    rgds,
    Edited by: Krishna Rao on May 6, 2009 3:22 PM

  • Error ORA-06502 When using function REPLACE in PL/SQL

    Hi,
    I have a PL/SQL procedure which gives error 'Error ORA-06502 When using function REPLACE in PL/SQL' when the string value is quite long (I noticed this with a string 9K in length)
    variable var_a is of type CLOB
    and the assignment statement where it gives the error is
    var_a := REPLACE(var_a, '^', ''',''');
    Can anyone please help!
    Thanks

    Even then that shouldn't do so:
    SQL> select overload, position, argument_name, data_type, in_out
      2  from all_arguments
      3  where package_name = 'STANDARD'
      4  and object_name = 'LPAD'
      5  order by 1,2
      6  /
    OVERLOAD   POSITION ARGUMENT_NAME                  DATA_TYPE                      IN_OUT
    1                 0                                VARCHAR2                       OUT
    1                 1 STR1                           VARCHAR2                       IN
    1                 2 LEN                            BINARY_INTEGER                 IN
    1                 3 PAD                            VARCHAR2                       IN
    2                 0                                VARCHAR2                       OUT
    2                 1 STR1                           VARCHAR2                       IN
    2                 2 LEN                            BINARY_INTEGER                 IN
    3                 0                                CLOB                           OUT
    3                 1 STR1                           CLOB                           IN
    3                 2 LEN                            NUMBER                         IN
    3                 3 PAD                            CLOB                           IN
    4                 0                                CLOB                           OUT
    4                 1 STR1                           CLOB                           IN
    4                 2 LEN                            NUMBER                         INI wonder what happened?

  • "Error -42032" message when starting up iTunes 10.2

    Immediately after I upgraded my 15" MacBook Pro to iTunes 10.2 a couple of days ago I began getting this error message whenever I started up the program. After dismissing the error message iTunes seems to work fine. It's more of a nuisance than a major problem, but I'd like to resolve it if I can. Any ideas out there?
    Regards, Jim
    PS - the 10.2 upgrade works fine on my 24" iMac C2 Duo.

    Looks like I found the answer to my question.
    A colleague on the DealMac forum pointed me to an article at Ars Technica (http://arstechnica.com/civis/viewtopic.php?f=19&t=83766) which suggested that the problem lay in the invisible folder /users/shared/sc info. After making invisible files/folders visible using TinkerTool, I copied this folder to a work file on my desktop, trashed the originals, and then put the copy back. Voila! No more error -42032 message when starting iTunes!
    Regards, Jim

  • Error 16 code when starting up CS5, all I can do is uninstall and reinstall, How to fix this?

    Error 16 code when starting up CS5, all I can do is uninstall and reinstall. How to fix this?

    Hi Looze,
    System information would really help as suggested by Mylenium . I would also recommend going through the below mentioned Kb article to see if that resolves the query.
    Configuration error 16 | CC, CS
    Cheers,
    Kartikay Sharma

  • An unknown error occured (-42110) when starting iTunes current version.

    An unknown error occured (-42110) when starting iTunes current version on PC running Win 8 Pro x86. Tried to uninstall i''Tunes. But erratic behaviour when trying to install iTunes again. Get 2 choices, Repair or Delete. Choose Repair, but after some time I get the question: "Do I want to delete everythin in Itunes" Y/N. No matter if reply Y or N or close window, Installation program is terminated without any alterations (or so it says). What ?????

    A repair uninstalls all program files prior to reinstalling them. So the message asking whether or not you want to do that just reflects what has always happened. A repair install (like a standard uninstall, followed by a reinstall) doesn't touch content files under normal circumstances.
    If you think the wording is misleading, it's possible to give feedback directly to the Apple folks about it. Here's a link to the product feedback form for iTunes:
    http://www.apple.com/feedback/itunesapp.html

  • "Error 5" message when starting AE App

    Dear Community,
    I need your HELP, I downloaded AE but when I try to run it, it gives me a "Error 5" message - 
    I tried installing and reinstalling (with restart of the computer in between) but the error remains...
    HELP  & Thanks

    Looks like I found the answer to my question.
    A colleague on the DealMac forum pointed me to an article at Ars Technica (http://arstechnica.com/civis/viewtopic.php?f=19&t=83766) which suggested that the problem lay in the invisible folder /users/shared/sc info. After making invisible files/folders visible using TinkerTool, I copied this folder to a work file on my desktop, trashed the originals, and then put the copy back. Voila! No more error -42032 message when starting iTunes!
    Regards, Jim

  • Error when starting oracle instance

    Hi,
    today, after a lot of trouble, I was able to install oracle 10.2.0.1 on redhat as 4 upd 2 x86_64.
    This link helped me so much http://www.puschitz.com/InstallingOracle10g.shtml help.
    I met a link error because of binutils version. After I installed binutils-2.15.92.0.2-15.0.0.0.2.x86_64.rpm (my version was binutils-2.15.92.0.2-15.0.0.0x86_64.rpm), I did retry and the install problem was solved.
    Then during dbca I met another error (ORA-12547: TNS:lost contact) because of libaio. I had 32 bit version instead of 64 bit. After the package update dbca run successfully.
    I'm facing the following problem during instance startup:
    "Thu Apr 19 17:40:17 2007
    Errors in file /oracle/admin/UAT/udump/uat_ora_2697.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15"
    I told you those things about installation phase because maybe this error is related to the install (maybe something went wrong without I know it).
    Error in trace is:
    /oracle/admin/UAT/udump/uat_ora_2697.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORACLE_HOME = /oracle/10gR2
    System name: Linux
    Node name: uatlxora1.bw-ita.it
    Release: 2.6.9-22.EL
    Version: #1 Mon Sep 19 17:49:49 EDT 2005
    Machine: x86_64
    Instance name: UAT
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 2697, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2007-04-19 17:40:17.788
    *** SESSION ID:(104.3) 2007-04-19 17:40:17.788
    Error in executing triggers on database startup
    *** 2007-04-19 17:40:17.789
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    The strange thing is that I haven't installed OLAP option. I installed enterprise edition + partioning.
    Any help is much appreciated. Is my installation ok?
    Thanks in advance,
    Tarek

    Hi guido,
    i have the same problem with OLAP, when i start an instance i have got error messages in alert_log, and a lot of objekts a invalid, i can not recompile the objekt, oracle will it automatic, and ends with this errors:
    Line # = 0 Column # = 0 Error Text = ORA-12663: Services required by client not available on the server
    Line # = 0 Column # = 0 Error Text = ORA-36961: Oracle OLAP is not available.
    Line # = 0 Column # = 0 Error Text = ORA-06512: at line 4
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 17
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 23
    I have oracle installed on debian 3.1
    Have you any suggestions to solve this problem?
    Thanks
    ANDREAS
    -GERMANY-

  • Service-specific error code 997 when starting up Oracle 9i service

    Hi,
    I have both Oracle 9i and 10g installed in a server. I've added 9i SID in 10g listner.ora. When I try to startup the 9i Oracle service in windows, I get "Windows could not start the 'service name' on Local Computer......If this is a non microsoft service, contact the service vendor, and refer to service-specific error code 997".
    Server is Windows 2003 R2 Standard Edition SP1
    Does anyone has a solution for this error?
    Thanks,
    listener.ora in 10g
    LISTENER10G =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sgpdb1)(PORT = 1522))
    SID_LIST_LISTENER10G =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = F:\Oracle\Ora10.2.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = RACE)
    (ORACLE_HOME = F:\Oracle\Ora10.2.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = IWK1010)
    (ORACLE_HOME = F:\Oracle\Ora9201)
    (PROGRAM = extproc)
    sqlnet.ora in 10g
    NAMES.DEFAULT_DOMAIN = world
    SQLNET.AUTHENTICATION_SERVICES= NONE
    NAMES.DIRECTORY_PATH= (TNSNAMES,EZCONNECT)
    tnsnames.ora in 10g
    RACE.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(Host = sgpdb1)(Port = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = RACE)
    IWK1010.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SGPDB1)(PORT = 1522))
    (CONNECT_DATA =
    (SERVICE_NAME = IWK1010)
    )

    Here is the resutls. Pls note - startup/exit commands were not executed since did not connenct to sqlplus
    C:\Documents and Settings\Administrator>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 13-APR-2011 12:03:54
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Log messages written to F:\Oracle\Ora10.2.0\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sgpdb1.corpnet.ifsworld.com)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 13-APR-2011 12:03:56
    Uptime 0 days 0 hr. 0 min. 4 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File F:\Oracle\Ora10.2.0\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sgpdb1.corpnet.ifsworld.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    C:\Documents and Settings\Administrator>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Apr 13 12:05:16 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    C:\Documents and Settings\Administrator>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 13-APR-2011 12:09:59
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 13-APR-2011 12:03:56
    Uptime 0 days 0 hr. 6 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File F:\Oracle\Ora10.2.0\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sgpdb1.corpnet.ifsworld.com)(PORT=1521)))
    Services Summary...
    Service "RACE_XPT" has 1 instance(s).
    Instance "race", status READY, has 1 handler(s) for this service...
    Service "race" has 1 instance(s).
    Instance "race", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\Documents and Settings\Administrator>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 13-APR-2011 12:10:08
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "RACE_XPT" has 1 instance(s).
    Instance "race", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "race" has 1 instance(s).
    Instance "race", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully

  • I see the error: ORA-12170 when I make Net Manager on Oracle DTB Client

    Dear all,
    I installed Oracle Database 10 g on Server, then I installed Oracle Database Client 10 g on another PC. I tested the connection database from client PC by making Net Manager on Oracle Database Client. And I see the error ORA - 12170.
    Can you help me?
    I want to connect database on Server to practice add Portlet by SQL/PLUS.
    Thanks.

    Oracle says...
    ORA-12170: TNS:Connect timeout occurred
    Cause: The server shut down because connection establishment or communication with a client failed to complete within the allotted time interval. This may be a result of network or system delays; or this may indicate that a malicious client is trying to cause a Denial of Service attack on the server.
    Action: If the error occurred because of a slow network or system, reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT, SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values. If a malicious client is suspected, use the address in sqlnet.log to identify the source and restrict access. Note that logged addresses may not be reliable as they can be forged (e.g. in TCP/IP).
    Also check the following...
    1) Listener status on the server.
    2) Check listener.log file present in X:\oracle\product\10.2.0\db_1\NETWORK\log folder to grab any error.
    3) Check the result of tnsping from the client.
    4) try to login by sqlplus username/password@tnsname and see what happens.

  • Brconnect Error ORA-12637: Packet receive failed

    Hello,
    We have a problem with Brconnect (42).
    When I start the brconnect program in DB13 transaction I get a following error message.
    The error come when I start the brconnect program under user sapservice(SID).
    When I start the brconnect program under (SID)ADM user the brconnect start error free.
    After server restart the brconnect program run good approximetly 1 hours under sapservice(SID) user too.
    We have used SAP ECC 6.0 with Oracle 10g with Windows 2003 x64 R2 SP2 environment.
    BR0301E SQL error -12637 at location BrInitOraCreate-2, SQL statement:
    'CONNECT system/************* AT PROF_CONN IN SYSOPER MODE'
    ORA-12637: Packet receive failed
    BR0303E Determination of Oracle version failed
    Have you get any idea what was the problem ?
    Thank you a lot.
    Imre Bolyki

    Hi,
    To execute the BRTools you need to have enough permissions and the environment variables set for that particular user. by default the SAPINST sets those variables and grants the required permission to the <SID>ADM user for executing the BRTools. Other users may not have enough permission to execute this and in turn these users will not have enough access to work on the database.
    Regards,
    Varadharajan M

Maybe you are looking for

  • Trouble opening project from Adobe Premiere Production Studio 2.0 in CS 5.5

    Have almost finished editing a project in Adobe Premiere Pro 2.0 when computer died - have upgraded computer and software to cs 5.5 and told over phone by Adobe that will be able to open current file saved in 2.0 in CS 5.5. no problems.... BUT...it's

  • AS2 Certificate widget scoring issue

    I received a fix from someone on the Captivate forum that is supposed to fix the AS2 Certificate widget scoring issue. The results on my Score Results page appear correctly, but the results on the certificate do not match those on the Score Results p

  • Custom counter not labeling clips in correct sequence

    Anyone know why my custom counter feature is no longer assigning numbers to my clips in the right order?  I have a series of clips -- say an interview -- I select them all in sequence, and then using custom name and counter I expect to see them numbe

  • Need ALOT of help for itunes?

    Ok,well i just got a new computer and i had backed up all my songs from my old computer to a cd. My old computer was an Emachine. When i tried to back up the songs to my computer it would not work,so I used my ipod to put my songs into itunes.After a

  • Htmltext, images and css' display property

    Hi all, I've got two questions; one about whether or not something is natively possible in Flash and another if there is a free or commercial component to fix the problem. I know CSS/HTML in textfields is one of the weak points of Flash, but I still