ORA-28500 error message

Dear all,
i have oracle 11gR1 installed on RedHat Eterprise linux X86_64 platform. I try to make a heterogeneous connectivity to SQL Server using Oracle Gateway 11g.
I already configure initdg4msql.ora, listener.ora and tnsnames.ora as in manual.
when I try to test the database link i've got some error messages
select * from dual@msqllink;
Error at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Oracle][ODBC SQL Server Driver][libssclient22]General network error.
Check your network documentation.
[Oracle][ODBC SQL Server Driver][libssclient22]ConnectionOpen (connect()).[Oracle][ODBC SQL Server Driver]Invalid connection string attribute ORA-02063: preceding 2 lines from MSQLLINK
can anyone tell me the solutions for this problem?
thanks b4

actually this is a simple mistake that i found when i'm doing re-check on tnsnames.ora configuration.
i forgot to change the host name in tnsnames.ora (its still pointing to localhost, not the sqlserver machine IP)

Similar Messages

  • KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

  • Forms Developer: ORA-12560 error message

    I am a novice Oracle 10g user, and have reached a dead-end regarding opening an existing form (.fmb) in Forms Builder. The ORA-12560 error message is generated:
    "TNS protocol error". Consulting OTN, I learned that the Oracle SID service is required to be started for a form to be displayed in a web browser. When I checked the services window in XP Professional, I found OracleServiceOrcl to be started. I also specifed iexplore.exe to in the Runtime tab in Forms Builder Preferences. Any assistance with this issue will be appreciated.
    Jim Elgie

    The URL looks quite strange to me:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
    Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
    Try this URL:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
    Regards,
    Martin Malmstrom

  • ORA - 01591 error message

    Hello there!
    I wonder if anyone could help us on this. We are using Oracle 7.3.4 and have created a public db link with another database that resides in a mainframe. We took an ORA - 01591 error message when we tried to update a table of the remote database from a stored procedure(using the db link). The strange thing is that noone was dealing with the specific table at the moment !!
    What happened?? I lost the tables that took part in the transaction because we couldn't rebuild them neither could we manually end the in doupt transaction.
    Any ideas why that kind of thing happened ??? How possible is to take the same error message??

    Hello dear,
    We use oracle7 Release 3.3.4.0.
    I could not connect to the database through the SQL.
    The error message ORA_12203 TNS- unable to connect to destination prompts at every attempt.
    I have checked the net easy configuration for the protocols and the sqlnet and tnsnames in the admin files of the network folder
    Please can somebody help me out there

  • ORA-17008 error message

    Hello users, I'm having a connection problem in SQL Developer and am not able to run any queries on the SQL worksheet.
    I get either a popup window with the following ORA-17008 error message:
    "An error was encountered performing the requested operation"
    Closed Connection
    Vendor code 17008
    Or this msg on the Script Output window: "SQL Error: No more data to read from socket"
    I've been using SQL Developer for months now and this is the first time I encounter this problem. I ran the same queries last week
    succesfully so this is not a syntax issue. I'm using version 2.1.0.62 with a Basic connection.
    Does anybody know how to fix this? so far I haven't found any solutions. Thanks,

    I saw a similar problem once on a completely different application running on an IBM AIX box with IPv6 enabled by default, it was related to a problem in the JDBC driver which could not handle really well connections with IPv6 and it was solved by disabling the IPv6 features of the OS.
    Please post your OS details, and while you are at it you can try disabling IPv6 if you have recently turned it on.
    If you are in a hurry you can switch from JDBC based connection to OCI, but you will need to install an 11G client (or instant client).

  • TG4MSQL ora-28500 error on RECOVER login in READ-ONLY mode

    We're connecting from a 10.2 dbase to SqlServer2000 via TG4MSQL. No upfront problem connecting but the Oracle .trc file shows below error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Transparent gateway for MSSQL][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'RECOVER'. (SQL State: 00000; SQL Code: 18456)
    Below is the content of .ora file:
    HS_FDS_CONNECT_INFO=INETSQL3.ComPro
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_TRANSACTION_MODEL=READ_ONLY
    We are using READ-ONLY mode so the RECOVER login was not defined on SqlServer.
    Anyone know why TG4MSQL is trying to open a connection as RECOVER? And is there a way to stop it?

    Pending transactions turned out to be the culprit. Below is info from our TAR that
    provides some detail on what RECOVER is doing.
    Oracle handles all transactions as if they were distributed transactions. He takes a very conservative approach on the assumption that you may want to update
    or insert later. This has been like this since Oracle version 6 and will never
    change. Hence all transactions get handled as a distributed transactions even though there are no simultaneous updates. A common remote transaction would involve reading from SQL Server and then taking that data an inserting into an Oracle database. In the event a transaction gets aborted for some reason RECO must rollback the transaction. SQL Server requires a valid username/password and hence uses the recovery username/password specified in the gateway init file. The default parameters for both are RECOVER , if they are omitted in the init.ora file for the gateway. Obviously these do not exist on SQL Server. Note that this recovery process is detected and processed by the Oracle kernel. READONLY mode only prevents inserts, updates or deletes to be issued to SQL Server and nothing else. The gateway has nothing to do with handling and monitoring transactions to SQLServer. In all likelyhood you have several in doubt transactions in the dba_2pc_pending view. As long as those entries remain RECO will continue to try and rollback these in doubt transactions and fail each time due to an invalid username/password. This will go on until you either manually remove them or give RECO a valid SQL Server username/password to use.
    OPTION 1
    ==========
    Code the follwing in your gateway init.ora file
    HS_FDS_RECOVERY_ACCOUNT=use the username specified in your db_link
    HS_FDS_RECOVERY_PWD=use the password specified in your db_link
    OPTION 2
    ==========
    Define a username with password RECOVER on the SQL Server database you are connecting to
    OPTION 3 (Manually removing in doubt transactions)
    ================
    Use dbms_transaction.purge_lost_db_entry(local_tran_id)
    STATUS should be in collecting
    Please see Metalink
    Note.126069.1 Ext/Pub Manually Resolving In-Doubt Transactions Different Scenarios
    for detailed information

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • ORA-12705 Error Message while trying to connect to the DB

    A colleague of mine has been trying to connect to the DB through PL/SQL Developer. The error message returned is :
    ORA-12705: invalid or unknown NLS parameter value specified
    Checked the registry for NLS_LANG which is set to NA. I did that because the ORA message references the NLS_LANG parameter. However, I doubt that is the problem. Went about to create a new TNS Name entry through Oracle NET Manager and get the same Error Message while performing the TEST function.
    Any clues ? I am clueless at this point.

    This can occur with any NLS_ environment variable of registry value.
    Your assertion ' the ORA message references the NLS_LANG parameter' is incorrect.
    You can set NLS_TERRITORY, NLS_DATE_FORMAT etc, etc, etc.
    The order of precedence is environment variable, registry, Oracle provided default.
    To find out what is going on set every NLS related environment variable to the empty string.
    In sqlplus
    select * from v$nls_valid_values
    will show you what can be set,
    This error will also occur when you installed the software with English as the only language.
    SQL developer doesn't use tnsnames.ora
    The new tnsname entry has nothing to do with it.
    You have an incorrect environment variable or registry value somewhere
    (in HKLM\software\oracle)
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-01078 error message when trying to start database

    Hi,
    I am trying to clone a production database to use it as a standby on a different server. When I try to startup the database I get the below error message. I tryied starting it up from EM, but got "ORA-01078: failure in processing system parameters" error message.
    SQL> startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    LRM-00101: unknown parameter name 'db_cache_size'
    LRM-00101: unknown parameter name 'dispatchers'
    LRM-00101: unknown parameter name 'fast_start_mttr_target'
    LRM-00101: unknown parameter name 'pga_aggregate_target'
    LRM-00101: unknown parameter name 'undo_management'
    LRM-00101: unknown parameter name 'undo_retention'
    LRM-00101: unknown parameter name 'undo_tablespace'
    ORA-01078: failure in processing system parameters
    SQL>
    This is my "ini" file:
    *.aq_tm_processes=1
    *.background_dump_dest='d:\oracle\admin\mydb\bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='d:\oracle\oradata\mydb\control01.ctl','d:\oracle\oradata\mydb\control02.ctl','d:\oracle\oradata\mydb\control03.ctl'
    *.core_dump_dest='d:\oracle\admin\mydb\cdump'
    *.db_block_size=8192
    *.db_cache_size=629145600
    *.db_domain='skmconsulting.com'
    *.db_file_multiblock_read_count=16
    *.db_name='mydb'
    *.dispatchers='(PROTOCOL=TCP)'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='mydb'
    *.java_pool_size=33554432
    *.job_queue_processes=10
    *.large_pool_size=8388608
    *.log_archive_format='arch_mydb_%t_%s.arc'
    *.log_archive_dest = D:\oracle\archive-logs\mydb
    *.log_archive_start=TRUE
    *.max_enabled_roles=148
    *.open_cursors=500
    *.optimizer_mode='rule'
    *.pga_aggregate_target=25165824
    *.processes=200
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=83886080
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='d:\oracle\admin\mydb\udump'
    Any ideas?
    Thanks.

    Also tried this, and got the same error:
    oradim.exe -delete -sid mydb
    set ORACLE_HOME=D:\oracle\ora92
    oradim.exe -new -sid mydb -intpwd pw -startmode manual
    set oracle_sid=mydb
    sqlplus /nolog
    conn sys/pw as sysdba
    startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    ORA-12538: TNS:no such protocol adapter

  • ORA-02068 Error Message

    I recieved this error message, when running a procedure:
    ORA-02068: following server error from DBLINK
    ORA-03114: not connected to ORACLE
    ORA-06512: at line 13
    DBLINK is a database link to a remote database. Is it as simple as the remote database being offline..or is a different problem possible?
    Thanks,
    Duncan

    Is this an Oracle to Oracle connection? Or is the addressed database a non-Oracle database? The combination ora-02068 and ora-03114 is typical for Heterogeneous Connectivity and/or Gateway Connectivity.
    The basic problem is ora-03114 (You are not connected), it does not necessarily mean, database is down.

  • How to fix ORA-01658 error message

    Am trying to get a old bit of database code working and am getting the following errors with the following
    REM **********************************************************************
    CREATE TABLE gam_service ( /*gam_ser*/
    service_group_id NUMBER(10) NOT NULL
      CONSTRAINT gam_ser_fk_gam_sergrp REFERENCES gam_service_group (service_group_id)
      ON DELETE CASCADE,
    service_id NUMBER(10) NOT NULL,
    service_name VARCHAR2(127) NOT NULL, /*length from GICS code*/
    service_type CHAR(1) NOT NULL, /* Service type Gulp, socKet mp, Special client*/
    server VARCHAR2(127) NOT NULL, /* Server name, e.g. "gulp" */
    version VARCHAR2(20) NOT NULL, /*Required version number of server binary*/
    parameters VARCHAR2(2000) NULL, /* parameters to start the service - could be binary */
    cpu_power_level NUMBER(3) NULL,     /* NULL for wildcard*/
    os_type CHAR(1) NULL      /* NULL for wildcard (Solaris2.4, winNt)*/
      CONSTRAINT gam_ser_ostype CHECK (os_type IN (NULL, 'S', 'N')),
    hardware_owner_type VARCHAR2(10) NULL  /* NULL for wildcard (company name)*/
    )  TABLESPACE gam_tab STORAGE (INITIAL 25K NEXT 100K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)
    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)
    TABLESPACE gam_ind
    STORAGE (INITIAL 5K NEXT 20K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)
    CREATE SEQUENCE gam_service_seq
      INCREMENT BY 1
      START WITH 1001
      NOCYCLE
      NOCACHE
      NOORDER
    here the error message
    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)
    ERROR at line 1:
    ORA-01658: unable to create INITIAL extent for segment in tablespace GAM_IND
    i really hope some one can help me thanks

    You just ran out of space in gam_ind tablespace. Contiguous space to be precise. Your INTITIAL extend needs 5K of contoguous space. And since you specified PCTINCREASE 100, need for contiguous space will double with each next extent. So most likely you ended up with a case where there is plenty of free space not no contiguous space of required size.
    SY.

  • Ora-01097 error message in oracle 10g as

    Hi,
    This is the error message(below) that i am getting while restarting http server after modification.
    Thanks in advance.
    An error was encountered trying to retrieve configuration data.
    Failed to initialize configuration management user session.. An error occurred when attempting to connect to the Database. Resolution: Make sure that the database and listener are up. If the database is up, make sure that the OracleAS Repository API files ias.properties and iasschema.xml are correctly configured. If necessary, use the EM Console to reconfigure the host, user name and password associated with the database Base Exception: java.sql.SQLException ORA-01017: invalid username/password; logon denied . ORA-01017: invalid username/password; logon denied

    Can you give bit more details? Is this HTTP Server (assuming you are talking about Oracle HTTP Server - OHS) part of Oracle Application Server or Oracle Database? What version? How are you starting it (what command)? What modifications did you make?
    Thanks
    Shail

  • Oracle logs ORA-25228 error messages

    Hi,
    I am running Oracle )i Release2 and am using Java/JMS to dequeue messages and PL/SQL to enqueue messages.
    Everything works great, but when I look in the "udump" catalog on the machine where Oracle is running, I see 20-30 files generated each day containing error messages like:
    *** 2002-10-08 10:24:00.000
    *** SESSION ID:(41.483) 2002-10-08 10:24:00.000
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2002-10-08 10:24:00.000
    ksedmp: internal or fatal error
    ORA-25228: timeout in dequeue from TS.G2TOPIC while waiting for a message
    Is this really an error? Can I prevent Oracle from logging this as an error if it isn't serious? Looks serious to me, but my program is using 3 different queues and they all work normally.
    I am using a timeout when dequeuing from Java.
    example:
    TextMessage dtxtmsg = (TextMessage)(tsub1.receive(10000));
    -Christer

    Try this and see if this makes things any better:
    alter session set sql_trace = false ;

  • ORA-20876 error Message

    We are observing below mentioned error message at application login process. Could you please let me know how to debug this issue.
    ORA-20876: Message 20876 not found; Error in reading message file for product=RDBMS, facility=ORA
    Environment: Oracle 11g R1
    APEX: 4.0

    This is debug stack ( start from bottom to top)
    30-JUL-12 11.39.19.384362000 PM +00:00     End Page Rendering
    30-JUL-12 11.39.19.383095000 PM +00:00     Rendering form close tag and page checksum
    30-JUL-12 11.39.19.382177000 PM +00:00     Processes - point: BEFORE_ERROR_FOOTER
    30-JUL-12 11.39.19.380627000 PM +00:00     Processes - point: AFTER_ERROR_HEADER
    30-JUL-12 11.39.19.378330000 PM +00:00     Rendering form open tag and internal values
    30-JUL-12 11.39.19.376442000 PM +00:00     ......Performing rollback
    30-JUL-12 11.39.19.375870000 PM +00:00     ...Show Error on Error Page
    30-JUL-12 11.39.19.375156000 PM +00:00     "......error_backtrace: ORA-06512: Message 6512 not found; product=RDBMS; facility=ORA
    ; arguments: [""APEX_040100.WWV_FLOW"", ] [4751]
    ORA-06512: Message 6512 not found; product=RDBMS; facility=ORA
    ; arguments: [""APEX_040100.WWV_FLOW_UTILITIES"", ] [5116]
    ORA-06512: Message 6512 not found; product=RDBMS; facility=ORA
    ; arguments: [""APEX_040100.WWV_FLOW"", ] [6354]"
    30-JUL-12 11.39.19.374512000 PM +00:00     ......ora_sqlerrm: ORA-20876: Message 20876 not found; Error in reading message file for product=RDBMS, facility=ORA
    30-JUL-12 11.39.19.373908000 PM +00:00     ......ora_sqlcode: -20876
    30-JUL-12 11.39.19.373263000 PM +00:00     ......apex_error_code: APEX.UNHANDLED_ERROR
    30-JUL-12 11.39.19.372648000 PM +00:00     ......is_internal_error: true
    30-JUL-12 11.39.19.371880000 PM +00:00     ......display_location: ON_ERROR_PAGE
    30-JUL-12 11.39.19.371260000 PM +00:00     ......additional_info: ORA-20876: Message 20876 not found; Error in reading message file for product=RDBMS, facility=ORA
    30-JUL-12 11.39.19.370625000 PM +00:00     ......message: Error processing request.
    30-JUL-12 11.39.19.369972000 PM +00:00     ...Error data:
    30-JUL-12 11.39.19.369255000 PM +00:00     Add error onto error stack
    30-JUL-12 11.39.19.368062000 PM +00:00     Stop APEX Engine detected
    30-JUL-12 11.39.19.367313000 PM +00:00     Redirecting to f?p=101:LOGIN:2459254576382801
    30-JUL-12 11.39.19.364679000 PM +00:00     ...New Instance Detected -
    30-JUL-12 11.39.19.363962000 PM +00:00     Session created: 2459254576382801 user:nobody
    30-JUL-12 11.39.19.362450000 PM +00:00     ...Creating new session, session ID=""
    30-JUL-12 11.39.19.361899000 PM +00:00     ... sentry+verification failure
    30-JUL-12 11.39.19.360534000 PM +00:00     Authentication check: Application Express Authentication (NATIVE_APEX_ACCOUNTS)
    30-JUL-12 11.39.19.359884000 PM +00:00     ...fetched 0 session state items
    30-JUL-12 11.39.19.359228000 PM +00:00     fetch items
    30-JUL-12 11.39.19.358475000 PM +00:00     ...fetch session state from database
    30-JUL-12 11.39.19.356737000 PM +00:00     Application 101, Authentication: PLUGIN, Page Template: 2716132140270164
    30-JUL-12 11.39.19.355829000 PM +00:00     NLS: Language=en-us
    30-JUL-12 11.39.19.355182000 PM +00:00     ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"
    30-JUL-12 11.39.19.354507000 PM +00:00     ...NLS: Set g_nls_timestamp_format="DD-MON-RR HH.MI.SSXFF AM"
    30-JUL-12 11.39.19.353813000 PM +00:00     ...NLS: Set g_nls_date_format="DD-MON-YYYY HH24:MI"
    30-JUL-12 11.39.19.353025000 PM +00:00     Setting NLS_DATE_FORMAT to application date format: DD-MON-YYYY HH24:MI
    30-JUL-12 11.39.19.352277000 PM +00:00     ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"
    30-JUL-12 11.39.19.351587000 PM +00:00     ...NLS: Set g_nls_timestamp_format="DD-MON-RR HH.MI.SSXFF AM"
    30-JUL-12 11.39.19.350890000 PM +00:00     ...NLS: Set g_nls_date_format="DD-MON-RR"
    30-JUL-12 11.39.19.350198000 PM +00:00     ...NLS: Set NLS Group separator=","
    30-JUL-12 11.39.19.349601000 PM +00:00     ...NLS: Set Decimal separator="."
    30-JUL-12 11.39.19.348938000 PM +00:00     NLS: CSV charset=WE8MSWIN1252
    30-JUL-12 11.39.19.348083000 PM +00:00     alter session set nls_territory="AMERICA"
    30-JUL-12 11.39.19.347348000 PM +00:00     alter session set nls_language="AMERICAN"
    30-JUL-12 11.39.19.344781000 PM +00:00     S H O W: application="101" page="1" workspace="" request="" session="380911071284401"

  • ORA-03113 error message

    Dear all
    I write down a storeprocedure,then I wanna mount it on DB
    When I using Quest Toad software to mount this storeprocedure.
    It returns error message ORA-03113 EOF channel.
    Then it is broken with DB connection.
    I have shutdown my ORACLE Service several times.
    It still echo the same error message.
    God~~who can tell me how to solve this problem.
    Thanks!!!!!

    this error will normally occurs
    dur to network failure;
    first u check u r connect to oracle by sql* plus or not.
    for more information
    read this
    http://www.orafaq.com/error/ora-03113.htm
    hope it will help u
    kuljeet pal singh

Maybe you are looking for

  • Report with online template runs online, but exports empty report.

    I created a simple Table template using the online template builder. The report consists of four columns. It runs fine in online mode, and displays the data. When I try to export this report to any other format, while still viewing the table in the b

  • Date Format in BW

    The date format accepted in the BW system is of the form yyyymmdd. But i have the flat file from the user which contain the below format : yymmdd. Kindly let me know how can i change the date format from yymmdd to yyyymmdd. Thanks in advance, Rachu

  • Adobe Muse crash down, when I try to save my Musepage

    Hey together, i´m working with Mac OS X Version 10.9.4 with Muse CC 2014 on my website and now suddently I can´t save my page any more, because the program crash down when I what to save my page. Upload to FDP is still possible. Do anyone has experie

  • "Cc/Bcc, From:" when composing mail messed up!

    Hi- I just got a 2G 16GB iPhone (new/sealed from eBay). I have setup all my email accounts and everything is fine. However when I go to compose a new email, things look a bit off to me. The first line field is the "To:' field...that is fine! The seco

  • Prepping CHM for programmer hand-off

    This is the first time this company has used FrameMaker (through RoboHelp) to create their CHM file. The program has a "What's This?" icon that the operator floats over some element in the window and, when clicked, opens the compiled help file onto t