Upgradtion from oracle 8.1.5 to oracle 8.1.7 on win2k server

hi,
In order to upgrade my database from oracle 8.1.5 to 8.1.7 on same win2k server I performed the following steps but not sure what exactly happened, whether I have upgraded or not:
1. Installed 8.1.5 in e:\oracle\ora815 and test database on same drive, both working fine means I am able to connect to the instance.
2. Installed 8.1.7 on same server but different ORACLE HOME.
3. Ran upgradation script called u0801050.sql from e:\oracle\ora817\RDBMS\Admin. I connected thru connect internal.
4. After running the script, I de-installed Oracle 8.1.5.
5. Then when I ran svrmgrl, instead of oracle 8.1.7, it is still showing 8.1.5, moreover when I connect to sql it does get connected but shows some messages , which I am not sure what they are.
6. In sqlplus, to see which version of oracle is running, I ran select * from v$version;
but there also it is showing, oracle 8.1.5 only.
What I fail to understand is that even after droping 8.1.5, how am I getting 8.1.5 instead of 8.1.7.
below is what I got when I connected to sqlplus:
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Nov 2 22:24:54 2006
(c) Copyright 2000 Oracle Corporation. All rights reserved.
ERROR:
ORA-06553: PLS-213: Message 213 not found; No message file for product=plsql,
facility=PCM
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-06553: PLS-213: Message 213 not found; No message file for product=plsql,
facility=PCM
Connected to:
Oracle8i Release 8.1.5.0.0 - Production
With the Java option
PL/SQL Release 8.1.5.0.0 - Production
SQL> select * from v$version;
BANNER
Oracle8i Release 8.1.5.0.0 - Production
PL/SQL Release 8.1.5.0.0 - Production
CORE Version 8.1.5.0.0 - Production
TNS for 32-bit Windows: Version 8.1.5.0.0 - Production
NLSRTL Version 3.4.0.0.0 - Production
I need urgent help, please.
vip

From metalink note: 188061.1
Upgrading your system to an 8.1.7 patch set from a version earlier than 8.1.6 (for example 8.0.6 or 8.1.5) is not supported. In this case you must either migrate/upgrade to 8.1.7.0 first and then install the patch set, or upgrade/migrate to 8.1.6 and then follow these intructions.

Similar Messages

  • Export Data from Oracle 10g and import in SQL server

    Hi Guys,
    I have assigned a task in which I am required to transfer data from oracle database to SQL server. I have not done this before. Can anybody help me the easiest way to accomplish this. Thanks

    One way of doing this is setup Heterogeneous Database connections
    http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm
    I am sure there's other options out there.

  • Ordered processing required from Oracle 11g on Linux to BizTalk Server

    Need a viable solution enabling ordered processing (OP) of messages from Oracle 11g on Linux allowing for ordered delivery to subscribers in BizTalk over MSMQ.
    We are currently running BizTalk 2010 (with Adapter Pack 2010) and are using ordered delivery for inbound messages to Oracle (received from msmq) but not for outbound messages since the Wcf-adapters doesn't support Ordered Processing in a receive port/location
    (except for msmq). However, we do need to implement ordered processing for outbound messages also. It's a major drawback that the Wcf-adapters does not support ordered processing not even with restricted or limited functionality.
    Our current implementation is polling Oracle using the Wcf-adapter calling PLSQL-package functions that handles all logic and returns a pre-built XML in a CLOB/string to BizTalk.
    Since Oracle is hosted on Linux we can't switch the PLSQL-logic to use Oracle COM-automation and post XML directly into MSMQ which otherwise would have been a quick solution. Also no WebSphere MQ (MQSeries) exists on the premises ruling out that adapter.
    Preferences:
    - Stable and reliable message transfer with ordered processing from Oracle to BizTalk
    - Messaging only pattern (generic) preferred over custom Orchestations (such as re-sequencing pattern)
    - Products preferred over custom development (within reasonable price limits).
    - Follow Microsoft best practices if possible
    In-house development of a custom BizTalk adapter or a nt-service bridging from Oracle to MSMQ could be considered as an option.
    regards
    /Henrik
    /Henrik

    Thanks for the reply but it's not that easy I'm afraid, if it had then this post would never have been written.
    We're retrieving one message at the time and with pollWhileDataFound=true so that's all good.
    The problem is that the inner workings of the wcf-adapters are multithreaded and can not guarantee ordered delivery (which also has proven itself).
    The answer why can be found in this post
    http://blogs.msdn.com/b/paolos/archive/2009/11/17/customizing-and-extending-the-biztalk-wcf-adapters.aspx 
    Here's the crucial part: "The WCF Adapters create a separate ServiceHost and singleton service object of this class for each receive location to handle client requests for the lifetime of the BizTalk Host instance running WCF receive locations. The service
    object uses multiple threads to process messages concurrently unless the WCF-NetMsmq receive locations are used with the Ordered processing property being selected"
    (this is also why I'm wondering why Microsoft doesn't provide the option to run ordered delivery with other wcf-bindings than NetMsmq...)
    The search for ordered processing out of Oracle continues...
    regards
    /Henrik

  • Database link from Oracle DBMS 1g to MS SQL Server

    Hi,
    I would need to know, if there is some out of the box functionality from the Oracle DBMS 11g where I can connect to MS SQL Server (2005/2008)? If there is good tutorial on how to do it, I would very much appreciate it.
    Thanks!
    Dejan

    Hi,
    I have created following:
    1. Oracle DBMS 11g Enterprise installe (guessing that also the ODBC drivers for Oracle should)
    2. Using MS SQL 2009 Native Client for ODBC connectivity
    3. global_names set to false by
    alter system set global_names=false;
    4. Configures Oracle Heterogeneous services in initHS_ORCL.ora under \hs\admin to
    HS_FDS_CONNECT_INFO = HS_ORCL
    HS_FDS_TRACE_LEVEL = off
    5. Modified listerner.ora to
    SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = ORCL) (ORACLE_HOME = C:\oracle\product\11.1.0\db_1) (SID_NAME = ORCL) ) )
    LISTENER = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = nt-topobase)(PORT = 1521)) )
    # Connecting to MS SQL Server via ODBC
    SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = HS_ORCL) (ORACLE_HOME = C:\oracle\product\11.1.0\db_1) (PROGRAM = hsodbc) ) )
    6. Modified TNSnames.ora to
    ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = nt-topobase.cgs-lj.si)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL) ) )
    # Connecting to MS SQL Server via ODBC (added newly)
    HS_ORCL = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS= (PROTOCOL = TCP) (HOST = nt-topobase) (PORT = 1521)) (CONNECT_DATA = (SID=HS_ORCL)) (HS=OK))
    7.Restarted Oracle service
    8. Created Database link for an existing user sz that is sysdba in the ORCL instance:
    create database link hs_orcl connect to sz identified by admin using 'HS_ORCL';
    Database link created.
    9. Tried logging:
    C:\>sqlplus sz/admin@hs_orcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Pon Mar 1 14:58:40 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    11. Tried logging (successful)
    C:\>sqlplus sz/admin@orcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Pon Mar 1 14:58:52 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from ges@hs_orcl;
    select * from ges@hs_orcl
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    SQL> select * from ges@hs_orcl;
    select * from ges@hs_orcl
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    Cannot get the select from the MS SQL Server 2005 on the table 'GES'.

  • SQL Server 2005 data pull from Oracle

    Hi, I am learning how to use Oracle and I ran into this problem.
    My database is running on SQL Server 2005.
    I have an ODBC connection to Oracle. I also have a VB .Net script that queries the Oracle table that the data resides in.
    When the job is running, and if it stalls, I do not get a timeout error. It locks down my database and no other source systems can feed data to me; these are back logged in the queue.
    Is there an easier way for me to make a connection that will pull data on a consistent basis? Please help ...
    Student Learner

    Learning how to use Oracle does not include taking data from Oracle and putting it into SQL Server.
    From your description of what is happening I agree with BluShadow. This is not an Oracle issue. This is a coding in VB .NET issue.
    Posting the statements you are executing against some unknown version of Oracle would be a good starting point.

  • What is the easiest way to export all tables data from Oracle to MS SQL Server?

    Hello MS,
    I would like to export all tables from Oracle 11.2 to MS SQL Server 2012 R1.
    Using the tool "Microsoft SQL Server Migration Assistant v6.0 for Oracle" did not work for me because there are too many warnings and errors regarding the schema creation (MS cannot know it because they are not the schema designer). My idea is
    to leave/skip the schema creation to the application designer/supplier and instead concentrate on the Oracle data export and MS SQL data import.
    What is the easiest way to export all tables data from Oracle to MS SQL Server quickly?
    Is it:
    - the „MS SQL Import and Export Data“ Tool
    - the “MS SQL Integration Services” Tool
    - not Oracle dump *.dmp format because it is a propritery binary format
    - flat file *.csv (delimited format)
    Thanks!

    Hi lingodingo,
    If you want to directly export all tables from Oracle database to SQL Server, I suggest you use SQL Server Import and Export Wizard. Because you just need to follow the wizard with GUI, this is the easiest way.
    If you want to make some modification for the tables‘ data before loading to SQL Server, I suggest you use SQL Server Integration Services package. For more details, please refer to the following similar thread:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/38b2bed2-9d4e-48d4-a33f-1d9eed1c062d/flat-file-to-sql-server?forum=sqldatamining
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to Select from Oracle 8i database and insert into Sql Server 2005 datab

    Hi how to Select from Oracle 8i and insert into Sql Server 2005.
    Source db as Oracle 8i
    Target db as Sql Server 2005.
    I need to select one table data from Oracle 8i & insert into Sql Server 2005
    Thanks

    Thanks Khan..
    Is there is any query (OPENQUERY) available for that?
    Regards..

  • Regarding the tns-12541 error in connecting to sql server from oracle

    i need to create a database link from oracle on windows box to sql server.I configured everything but when i am trying to tnsping the sqlserver
    it throws me an TNS12541 no listener error.
    The listner status is up and the listener works

    little confusion here, are you trying to tnsping sql server? tnsping is an Oracle utulity.
    To acces sql server from Oracle you may use Transparent Gateway for Microsoft SQL - http://download.oracle.com/docs/cd/B19306_01/gateways.102/b14270/ch3.htm#sthref66 and Heterogeneous Connectivity - http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/intro.htm#sthref33
    Best regards.

  • How to connect from Oracle 11g to SQL Server 2008 R2

    Hi,
    Is it possible to connect from Oracle 11g on AIX to SQL Server 2008 R2? If so, what is the preferred method?
    SQL Server has the original table. From Oracle 11g, we want to access data which is in SQL Server real time.
    Thank You
    Sarayu

    Hi,
    Have a look at these Oracle notes for the full information on the gateways -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Gateway and Generic Connectivity Licensing Considerations (Doc ID 232482.1)
    How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX) (Doc ID 562509.1)
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install (Doc ID 561033.1)
    The Database Gateway for SQL*Server (DG4MSQL) needs a separate license but the Database Gateway for ODBC (DG4ODBC) is included in your RDBMS license. You only need to provide the third party ODBC driver needed by DG4ODBC.
    Regards,
    Mike

  • Regarding database migration from Oracle to MS SQL

    Hi All,
    In my application, the existing database is oracle. we need to migrate from Oracle db to MS SQL.
    We need procedure is as below
    1.export data from Oracle and keep it in a file.(.dmp)
    2.Import data to MS SQL from the exported oracle file.
    and vice versa from MS SQL to Oracle.
    my question is- is it possible to import .bmp (oracle export data) into MS SQL.
    Please clarify me.

    There are couple of options to get data from Oracle to MS SQL.
    The simplest is to create a linked server in MS SQL that points to Oracle and copy data with a query like select * into my_mssqlTable from oracle.schema.table; via the linked server.
    Some data types will not be supported.
    That is for one time copy.
    If you need a close to real time replication you can use MS replication (I would not recommend because it creates triggers on Oracle tables), or you can use GoldenGate or DataCurrents or other replication products.

  • Syntax to query a MSSQL 2008R2 linked server from Oracle

    Hi,
        I would know if it's possible to query a MSSQL 2008R2 linked server from Oracle. Actually I can query local MSSQL databases from Oracle using dg4odbc without problem but how can I query the linked servers configured on the MSSQL side ?
    From MSSQL, I can query those linked servers using the [linked server name].[catalog].[owner].[table] syntax but using select * from [linked server name].[catalog].[owner].[table]@oracle_dblink_name syntax from the oracle side throw this error:
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    I tried some syntax variations, e.g. putting double quotes around the object name without luck. After some hours to find a solution I'm out of idea...
    So please if someone had a clue on this it would be very helpfull.
    Some info:
    Oracle 10g 10.2.0.5 Enterprise Edition x64
    Oracle Linux 5.9 Enterprise Edition x64
    MSSQL 2008R2 Enterprise x64
    Windows Server 2008R2 Enterprise x64
    Oracle 11gR2 Enterprise x64 for dg4odbc on MSSQL side
    SQL Server Natice Client 10.0 used as ODBC driver

    Hi kgronau,
                    Maybe I'm not clear in my explanations, sorry.
    I want, from Oracle, to query a MSSQL linked server.
    Basically I want to do that, if possible:
    Oracle --> MSSQL --> linked server --> MSSQL
        ^                                                         ^
        |                                                          |
        ---------------->------------------->--------------------
    and maybe have a clue about the syntax to be used.
    Knowing that querying the linked server directly form MSSQL is working and querying from Oracle to local MSSQL db is working too.
    Using the right syntax should lead me to succes, am I right ? Or maybe its something that cannot be done using oracle dblinks ?
    Thanks

  • Migration of data from Oracle to Sybase ASIQ

    Hello !
    I want to know , if there is any way to migrate the database from oracle 8i to sybase ASIQ ( Adaptive Server IQ 12.4). The database has 14 tables in which some tables have more than 3 lakh records. I have tried to convert the tables into tab delimited text files ( by using ADO Explorer software) and then load data in ASIQ ( Adaptive Server IQ 12.4) from these flat files. The process is working fine with tables which have less data. But for large tables ( with 3 lakh records) the ADO explorer hangs in between conversion. Is there any tool in Oracle which can migrate data from tables to tab delimited text files ?
    or is there any tool which can directly migrate data from oracle 8i to Sybase ASIQ directly ?

    Can you use Sybase Component Integration Services (CIS). Can you create the Oracle database as a remote database and then do selects against the Oracle tables directly into the Sybase tables. I am not sure if this is available in IQ server. If not then if you have a regular Sybase server could you do it through there somehow and then move the database from Sybase to IQ.
    Frank...

  • Executing commands from Oracle

    Hi,
    I want to execute commands from Oracle where files are stored in Server. For eg. (sample.dat) contains some insert scripts which is stored in UNIX Server, that scripts should be executed from oracle using some methods!! Hope everyone got it. If not, pls let me know i'll elaborate it later.
    Thanks
    Rajaram

    If you are using oracle 10g then you can use dbms_scheduler to execute o/s commands, scripts.
    BEGIN
    -- Job defined entirely by the CREATE JOB procedure.
    DBMS_SCHEDULER.create_job (
    job_name => 'test_full_job_definition',
    job_type => 'EXECUTABLE',
    job_action => '/scripts/myscript.sh',
    start_date => SYSTIMESTAMP,
    repeat_interval => 'freq=hourly; byminute=0',
    end_date => NULL,
    enabled => TRUE,
    comments => 'Job defined entirely by the CREATE JOB procedure.');
    END;
    For earlier versions than 10g
    http://www.dba-oracle.com/t_execute_operating_system_os_command_oracle.htm

  • Oracle 8i 1.8.7 personal with win2k server

    Hi,
    I am tried to intall oracle 8i personal at my win2k server. but, for somehow, the installation terminated when it gets to 46%. does anyone knows what happen???
    thanks!
    Steve

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steve Hsu ([email protected]):
    Hi,
    I am tried to intall oracle 8i personal at my win2k server. but, for somehow, the installation terminated when it gets to 46%. does anyone knows what happen???
    thanks!
    Hi!
    If you have not installed yet and if your machine is a PIV, then check out this info at "http://technet.oracle.com:89/ubb/Forum1/HTML/003627.html"
    goodluck
    Steve<HR></BLOCKQUOTE>
    null

  • Error while invoking a WS-Security secured web service from Oracle BPEL..

    Hi ,
    We are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    Any pointers in this regard will be highly appreciated.
    Thanks,
    Saurabh

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

Maybe you are looking for