Oracle 9.2 32bit upgrade to Oracle 10g 64bit

I am working on upgrading from Oracle 9.2 to Oracle 10.64bit. In this process the source system sid is QAS and the target system sid is DE0.
I have completed the steps to copy the database from an Offline backup to the target system.
I have completed the steps in SAP Note 932722 and am trying to run the perl remotedbua.pl and I am getting an error. What seems to be the issue is that QAS was made from a systemcopy from PRD.
When running the perl script the DBSID is still set to PRD while the SAPSID is QAS and that is causing the perl script to error out with:
connect('','sys@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bbsapqa)(PORT=1527
))(CONNECT_DATA=(SID=PRD)))',...) failed: ORA-12505: TNS:listener does
not curre
ntly know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
at g:\
oracle\DE0\102\BIN\remotedbua.pl line 56
Connect to QAS failed
Anyone have any ideas? If possible I would not have an issue doing these steps manually instead of using the perl script but I would need to know what the manual steps are.
Vincent

That has already been done. tnsping to the remote system seems to work with no issues. I have also created the orapw and connected to the remote system using sqlplus with no issues.
This issue surrounds the fact that this was a system copy and the dbsid is still the original.

Similar Messages

  • Upgrade oracle 8i (32bit) to oracle 10g (64bit)

    Hi,
    I have to upgrade oracle from Oracle 8i (32bit) to oracle 10g (64bit).
    Do you have a note to help me ?
    Are there problems ?
    Thank you,
    Philippe

    Bharatwaj,
    We have ECC 5 running on HP Unix.
    I am planning to upgrade from 9.2.0.7 to 10.2.0.2.
    I read that you have already done this in your environment.
    can you please share with me
    - steps that you have followed
    - Issues you have faced if any during upgrade and after upgrade
    - Issues / Risks with application after 10g upgarde
    Thank you very much in advance.
    Best Wishes,
    Rajasekaran G.

  • From Oracle 9i 32bit to Oracle 10g 64bit

    Hello
    I maintenance some applications that its used ODP.net 10.1.0.400 to accessing the Oracle database 9i 32bit.
    But now the Oracle database 9i 32bit will be upgraded to 10g 64bit.
    My question is whether I have to update the source code of those applications ?
    thanks & best regards.
    highven

    ODP.NET follows the client version as far as certification goes, and that information can be found in the following note on My Oracle Support:
    Note 207303.1 Client/Server/Interoperability Support Between Different Oracle Versions
    Purely on principle you may want to upgrade simply because 10.1 has been desupported for quite some time now, but it should work as-is at least.
    Hope it helps,
    Greg

  • Does oracle 10g 64bit need windows 64bit to support?

    Must I install 10g 64bit on windows 64bit ?

    Thead title is different from following question.
    Not only on Windows: 64bit software requires 64bit OS, but 64bit OS does NOT require 64bit software. So you don't need to install 10g 64bit on windows 64bit, but you cannot install 10g 64bit on windows 32bit.
    Werner

  • Oracle 10G 64bit to SQL 2008 64bit is very slow

    I am running SQL 2008 64bit on a Windows 2008 64bit server. I installed the Oracle 10.2.0.4 w2k8 / vista 64 bit client and selected the "Admin" option. I also installed Oracle SQL Developer on the MSSQL box. I am noticing significant performance issues with the Oracle linked server from within MSSQL. In MSSQL I am using the Oracle Provider for OLE DB (OraOLEDB.Oracle) and the Data Source is pulling from TNSNames. I setup SQL Developer connections as "Basic". When I run this query (SELECT DISTINCT <column> FROM <table>) from Oracle SQL Developer the data returns in just over 1 seconds (1.007). When I run the same query in MSSQL as "SELECT DISTINCT <column> FROM <linked server>..<Schema>.<table>) from MSSQL it takes 26 seconds to get the data back. I have the "Allow inprocess" option enabled.
    Does anyone know how to fix this problem?

    I did find that the <server>..<schema>.<table> syntax does not always perform remote execution. To force MSSQL to run remote execution you have to use their OPENQUERY procedure. This requires embedding PL/SQL within the T-SQL code so that everything passes from Microsoft to Oracle. It also complicates even the simplest queries.

  • REMOVING ORACLE 10G 64BIT

    Could someone please explain brielfy to me how to uninstall the above? I inadvertently downloaded the wrong bit and installed it. If the installer is involved how would you start the installer up?
    Thanks for any help you can give.
    al

    Oracle 10.2 RAC Un-Installation
    1.     Stop CRS
         # /sbin/init.d/init.crs stop
    Or     # crsctl stop crs
    2.     Delete CRS daemons from inittab
         Copy inittab before delete daemons
         # cp /etc/inittab /etc/inittab_beforecrsunistall
         # vi /etc/inittab
         Delete the following 3 CRS daemons from inittab
              h1:3:respawn:/sbin/init.d/init.evmd run >/dev/null 2>&1 </dev/null
              h2:3:respawn:/sbin/init.d/init.cssd fatal >/dev/null 2>&1 </dev/null
              h3:3:respawn:/sbin/init.d/init.crsd run >/dev/null 2>&1 </dev/null
    3.     Remove RDBMS binaries / Software
    Option1:
         Use OUI to un-install software
    Option2:
         # cd $ORACLE_HOME
         # rm –rf [A-z]*
         # cd $ORA_ASM_HOME
         # rm –rf [A-z]*
         # cd $ORACLE_BASE
         # rm –rf admin oraInventory
         # cd $ORA_CRS_HOME
         # rm –rf [A-z]*
    4.     Delete contents of oratab
         # vi /etc/oratab
         Delete ASM1: …
              HCPRD: …
    5.     Delete Oracle Inventory directory
         # rm –r /var/opt/oracle
    6.     Cleanup Storage:
    Clean up OCR and VOTING disk contents
    Change into exclusive/shared mode before wipe the CRS headers:
    # vgdisplay vgqascrs
         If volume group not activated, then activate using vgchange
    # vgchange -a s /dev/vgqascrs
         # dd if=/dev/zero bs=1024 of=/dev/vgqascrs/rlvqasocr count=1015808
         # dd if=/dev/zero bs=1024 of=/dev/vgqascrs/rlvqasvote count=1015808
    Delete the headers from the ASM data and log disks
         # dd if=/dev/zero bs=1024 of=/dev/vghcmdat/rlvhcmdat1 count=16834
         # dd if=/dev/zero bs=1024 of=/dev/vghcmdat/rlvhcmdat2 count=16834
         # dd if=/dev/zero bs=1024 of=/dev/vghcmlog/rlvhcmlog1 count=16834
         # dd if=/dev/zero bs=1024 of=/dev/vghcmlog/rlvhcmlog2 count=16834

  • Disk IO performance tuning of oracle 10g 64bit  on rhel5 64bit

    Hi Friends,
    I am very new on oracle database tuning part.
    I am facing some issues on the oracle disk io data transfer rate on rhel5.
    Please help me. Details of issue is below.
    I am using the iscsi san storage to install the database. My san storage is having more than 100Mbps transfer speed.
    When oracle backup is running the data transfer rate is spikes upto 100Mbps, but when oracle normal transaction is happening it is not going more than 30Mbps.
    My data base is an hybrid one and more read transaction is happening. Server is running with 4 cpus and 16GB of ram.
    Here i am providing the iostat command output. Please have a look into this and help me to resolve.
    [root@hostname ~]# iostat -x 1 5
    Linux 2.6.18-128.el5 (hostname)    
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
              24.94    0.00    4.15   31.94    0.00   38.96
    Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
    sda               7.61    10.42  4.28  5.28   345.38   125.59    49.26     0.12   12.91   3.18   3.04
    sda1              0.30     0.00  0.03  0.00     0.65     0.00    22.59     0.00    3.76   2.66   0.01
    sda2              0.22     0.00  0.01  0.00     0.23     0.00    18.78     0.00    4.05   3.54   0.00
    sda3              5.25     8.26  3.58  2.47   310.67    85.87    65.54     0.09   15.09   3.37   2.04
    sda4              0.00     0.00  0.00  0.00     0.00     0.00     1.83     0.00    0.33   0.33   0.00
    sda5              0.83     1.95  0.55  2.70    31.62    37.24    21.17     0.03    8.88   3.49   1.13
    sda6              0.68     0.07  0.06  0.04     1.11     0.85    19.74     0.00   13.91   9.05   0.09
    sda7              0.33     0.14  0.04  0.07     0.90     1.63    24.17     0.00   15.73  11.13   0.12
    sdb               0.06     0.00  0.03  0.00     0.75     0.00    25.57     0.00    1.64   1.48   0.00
    sdb1              0.04     0.00  0.01  0.00     0.45     0.00    34.90     0.00    3.13   2.85   0.00
    sdc               5.86     0.16 45.05  2.74  7805.28   129.85   166.04     2.57   53.82   9.12  43.58
    sdc1              5.79     0.16 45.02  2.74  7804.99   129.85   166.12     2.57   53.85   9.12  43.57
    sdd               5.85     0.17 44.45  2.68  7767.34   133.80   167.65     2.68   56.95   9.43  44.43
    sdd1              5.78     0.17 44.42  2.68  7767.06   133.80   167.74     2.68   56.98   9.43  44.43
    sde               5.89     0.16 44.86  2.37  7774.84   122.75   167.23     2.24   47.51   8.96  42.30
    sde1              5.82     0.16 44.83  2.37  7774.55   122.75   167.31     2.24   47.54   8.96  42.29
    sdf               5.91     0.16 63.70  2.69  8053.71   133.15   123.32     2.98   44.89   7.59  50.40
    sdf1              5.84     0.16 63.67  2.69  8053.43   133.15   123.36     2.98   44.91   7.59  50.39
    sdg               0.19     0.11  0.07  0.61     2.54   131.30   199.27     0.04   65.76  28.52   1.92
    sdg1              0.12     0.11  0.04  0.61     2.25   131.30   206.81     0.04   68.26  29.56   1.91
    sdh               4.43     2.29  0.99  1.36   199.10    29.19    97.03     0.05   20.92   5.13   1.21
    sdh1              4.43     2.29  0.98  1.36   198.95    29.19    97.49     0.05   21.01   5.14   1.20
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
              13.72    0.00    2.49   75.31    0.00    8.48
    Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
    sda               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda2              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda3              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda4              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda5              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda6              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda7              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdc              18.00     0.00 54.00  2.00 25984.00   160.00   466.86     8.96   94.18  17.89 100.20
    sdc1             18.00     0.00 54.00  2.00 25984.00   160.00   466.86     8.96   94.18  17.89 100.20
    sdd              18.00     0.00 79.00  2.00 40240.00    32.00   497.19     8.61  118.93  12.04  *97.50*
    sdd1             18.00     0.00 79.00  2.00 40240.00    32.00   497.19     8.61  118.93  12.04  *97.50*
    sde              19.00     0.00 44.00  8.00 26656.00   187.00   516.21     9.34  119.81  19.27 *100.20*
    sde1             19.00     0.00 44.00  8.00 26656.00   187.00   516.21     9.34  119.81  19.27 *100.20*
    sdf              26.00     0.00 76.00  6.00 35600.00    59.00   434.87     3.23   40.76  10.52  86.30
    sdf1             26.00     0.00 76.00  6.00 35600.00    59.00   434.87     3.23   40.76  10.52  86.30
    sdg               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdg1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
              18.64    0.00    5.29   49.87    0.00   26.20
    Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
    sda               0.00    14.00  0.00  3.00     0.00   136.00    45.33     0.01    1.67   1.67   0.50
    sda1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda2              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda3              0.00    14.00  0.00  3.00     0.00   136.00    45.33     0.01    1.67   1.67   0.50
    sda4              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda5              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda6              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda7              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdc              44.00     0.00 99.00  1.00 58368.00     8.00   583.76    12.03  154.83   9.66  96.60
    sdc1             44.00     0.00 99.00  1.00 58368.00     8.00   583.76    12.03  154.83   9.66  96.60
    sdd              44.00     0.00 103.00  0.00 50672.00     0.00   491.96    10.07   82.47   8.37  86.20
    sdd1             44.00     0.00 103.00  0.00 50672.00     0.00   491.96    10.07   82.47   8.37  86.20
    sde              45.00     0.00 110.00  5.00 58176.00   126.00   506.97    13.01  113.47   8.02  92.20
    sde1             45.00     0.00 110.00  5.00 58176.00   126.00   506.97    13.01  113.47   8.02  92.20
    sdf              40.00     0.00 122.00  5.00 52944.00   126.00   417.87     9.74   63.94   6.52  82.80
    sdf1             40.00     0.00 122.00  5.00 52944.00   126.00   417.87     9.74   63.94   6.52  82.80
    sdg               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.01    0.00   0.00   0.90
    sdg1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.01    0.00   0.00   0.90
    sdh               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
               7.48    0.00    2.49   *61.60*    0.00   28.43
    Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
    sda               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda2              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda3              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda4              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda5              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda6              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda7              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdc              13.86     0.00 38.61  0.99 19611.88    11.88   495.50     3.35   79.53  25.03  99.11
    sdc1             13.86     0.00 38.61  0.99 19611.88    11.88   495.50     3.35   79.53  25.03  99.11
    sdd              15.84     0.00 40.59  0.99 17758.42    31.68   427.81    10.93  122.36  23.26  96.73
    sdd1             15.84     0.00 40.59  0.99 17758.42    31.68   427.81    10.93  122.36  23.26  96.73
    sde              12.87     0.00 46.53  1.98 22035.64    70.30   455.65    13.19  275.96  20.43  99.11
    sde1             12.87     0.00 46.53  1.98 22035.64    70.30   455.65    13.19  275.96  20.43  99.11
    sdf              13.86     0.00 39.60  2.97 17584.16   101.98   415.42     6.83   81.19  22.21  94.55
    sdf1             13.86     0.00 39.60  2.97 17584.16   101.98   415.42     6.83   81.19  22.21  94.55
    sdg               0.00     0.00  0.00  0.99     0.00     7.92     8.00     0.21  226.00 217.00  21.49
    sdg1              0.00     0.00  0.00  0.99     0.00     7.92     8.00     0.21  226.00 217.00  21.49
    sdh               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
              24.69    0.00    8.98   48.38    0.00   17.96
    Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
    sda               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda2              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda3              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda4              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda5              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda6              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sda7              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdb1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdc              25.00     0.00 61.00  4.00 36304.00   120.00   560.37     9.58  156.23  14.78  96.10
    sdc1             25.00     0.00 61.00  4.00 36304.00   120.00   560.37     9.58  156.23  14.78  96.10
    sdd              23.00     0.00 82.00  1.00 34832.00    32.00   420.05     7.61  163.49  11.27  93.50
    sdd1             23.00     0.00 82.00  1.00 34832.00    32.00   420.05     7.61  163.49  11.27  93.50
    sde              27.00     0.00 62.00  0.00 32864.00     0.00   530.06     9.41  149.56  16.15 100.10
    sde1             27.00     0.00 62.00  0.00 32864.00     0.00   530.06     9.41  149.56  16.15 100.10
    sdf              17.00     0.00 101.00  4.00 42656.00   132.00   407.50     4.18   88.24   6.72  70.60
    sdf1             17.00     0.00 101.00  4.00 42656.00   132.00   407.50     4.18   88.24   6.72  70.60
    sdg               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdg1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh               0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00
    sdh1              0.00     0.00  0.00  0.00     0.00     0.00     0.00     0.00    0.00   0.00   0.00Regards,
    Nayagan
    Edited by: nayagan on Jan 27, 2010 12:23 PM
    Edited by: nayagan on Jan 27, 2010 2:04 PM

    Two points:
    1. I can not read what you posted because you did not read the FAQ (upper right) and put tags around the listing so it would retain its formatting.
    2. Even if I could read them I wouldn't as they are not necessarily relevant. What I would want to see is what query you are issuing that you think should be maxing out your disk subsystem and giving you the performance you expect. Single block reads read single blocks. Post the DML and the corresponding explain plan report generated using DBMS_XPLAN.DISPLAY or AUTOTRACE. Also the result of this statement in SQL*Plus.show arraysize
    Because this is precisely what is going to be brought back with each round trip between the client (SQL*Plus) and the server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Issues installing 10g ODAC on Windows 2008 with Oracle 10g Express

    I am new to Oracle and am having an issue installing Oracle Data Access Components on Oracle 10g 64bit running on Windows 2008 64bit.
    I need the ODAC installed to enable integration with SSIS.
    The issue I have if i install using ODAC10203x64 the setup file fails with a javaw error and the ntdll.dll.
    I then downloaded the ODAC1110720 which states it backwards compatible. It installs just fine, but now i am not sure as to how to configure it correctly as the Configuration util that loads in ODAC10203x64 does not run.
    The ODBC drivers are not visible under the ODBC connection manager although this may be an issue of just opening the 32Bit version.
    Any help would be appreciated

    Hi Ibrahim,
    You should decide what you require.
    32bit version can be installed on 64bit server and this should work fine (check the certification matrix for this).
    The "problem" is that you would not gain any performance benefit from the 64bit server
    If you want to have benefit you can upgrade the JVM to 64 bit version.
    I did this 3 years ago and I do not remember exact steps though everything worked OK.
    WARNING:
    this  can be unsupported, ask support to be sure
    - Install the 32 bit version on the server
    - Download 64 bit Java JRE/JDK and install it (well, you can search the same release as included in the AppServer or try newer one, 7 for example)
    - later, reconfigure the appserver so it uses the version you've installed, OR Copy the everything from c:\progfiles\java\... to the directory OraHome\... (forgot exact directories)
    try to search the forum, there had been a thread with the same question
    regards, michael
    Edited by: MickleSh on Sep 27, 2011 9:59 AM

  • Oracle 10g on Windows server 2008 R2 - error : Logon failed. Details: ADO

    Hello,
    I have installed Oracle 10g 64bit client on Windows 2008 R2 64bit server. I have installed Visual studio framework 2.0 and 3.5 on Application Server i.e. Windows 2008 R2 64bit Server.
    But when i run report from server, it shows following error message :
    *Logon failed. Details: ADO Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\testreport {FE5A4BC0-DF74-4E58-87F1-0F203501A3FC}.rpt: Unable to connect: incorrect log on parameters.*
    I have created report with design time connection with oracle 10g tables. It runs in my development machine. but when i deployed on windows 2008 r2 bit server, it raised above error. After that, i created another report with command instead of using design time database connection with table, it run on server smoothly.
    So Pls help me to come out from this problem.
    If anyone has solution for it, pls share it
    Thanks in Advance
    Keyur

    Today I installed all software in following order.
    1) First install oracle 10g 32bit client & 64bit client on windows 2008 R2 development server.
    2) After oracle installation, I installed visual studio 2005 and tested crystal report on server in debug mode. It was working completely.
    (Both type of report - report created with the help of command in crystal report & crystal report created in direct reference of database table)
    Then i published my test project and setup on same server for clientside testing. but on client machine, it shows error message.
    that was : The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    One more thing i have observed that was report created with help of command in crystal report was working on client machine. But report in which i have added table direclty, was generating above error.
    Then i installed crredist2005_x86.msi and crredist2005_x64.msi from visual studio installed folder. After installation, error message changed on clinet machine.
    Error Message : Logon failed. Details: Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\tablesource {EE65A074-2C4E-43DE-A3FC-1FE673093BF1}.rpt: Unable to connect: incorrect log on parameters
    Still in debug mode on server, asp.net project is working with crystal report. I think, when i run asp.net project in debug mode on server, project may be run on 32bit mode. When i run same project from published setup on client machine, it may be run on 64bit mode.
    I can't understand how to solve this problem.
    Pls. help me.
    Thanks in Advance
    Keyur

  • Install Oracle 10g on windows 2008 Server 64bit

    Is it possible to install Oracle 10g on Windows 2008 64bit . I read one post below it says , windows 2008 is not certified for oracle 10g ..
    windows server 2008 Oracle 10G 64 bit
    before I installed 32bit , it is throwing error message on alert log file on every 5 seconds.
    "OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified
    O/S-Error: (OS 1) Incorrect function. ! "
    if it is possible which version I want to download is best ..
    and what is the recommendation whether it is 10g or 11g

    You mean to say Oracle 10g 64bit will not work in Windows 2008..?No, i meaned the post you linked was written in year 2008, in that year it's was a unsupported platform for that oracle version. Actually its supported and you can install it.
    Furthermore like Aman told you, It's more recommended install 11gR2 version
    Edited by: Fran on 29-may-2012 4:20

  • Upgrade Oracle 9.2 in 32bits(WIN2K) into Oracle 10G in 64bits(WIN2K)

    Hi,
    I want to upgrade Oracle 9.2 in 32bits(WIN2K) into Oracle 10G in 64bits(WIN2K) all in 4.6D.
    I have installed:
    the Oracle 10.2.0.4.0
    a central instance with the template CENTRAL.R3S
    i started to install the database instance on the target system
    with the R3Setup template DBR3CP.R3S
    I try to apply the note 932722, I find myself in the same procedure
    point 6) c).
    The following error message:
    Tue Jan 26 21:52:45 2010 - Database service to be upgraded:
            Host = tirudev04
            Port = 1527
            Service = SAPServiceDEV
            ORACLE_HOME = E: \ oracle \ DEV \ 102
    Error: Database connection failed to
    sys / manager @ / / tirudev04: 1527/SAPServiceDEV
    Can you give me some help?
    Thank you.

    >Service = SAPServiceDEV
    This is probably the problem. you have to specify the Oracle network service name of the database you want to upgrade.
    SAPServiceDEV is an Windows account name under which the SAP System is started.
    Service = DEV will probably do the job.
    regards
    Peter

  • Oracle upgrade from 32-bit Oracle 9i to 64-bit Oracle 10g (Windows 2003 R2)

    Hello Gurus,
    Existing I have SAP R/3 4.7 200 Oracle 9i Windows 2003 32bit
    I want to upgrade Hardware to x86 EMT64bit 
    I would like to upgrade to 64-bit Oracle 10G from 32-bit Oracle 9i. runs on Windows 2003 32bit. Target DB is Oracle 10G on x64 Windows (EMT64 hardware) on Windwos 2003R2 64bit. & Add Solution manager to new System
    Please give me any advise which is the better way of upgrading Oracle 10g. Or better yet, please advise a safe way of upgrading to Oracle 10g from 9i
    Please guide me about request shipping DVD For This Solution to my site
    Many thank in advance
    Kuekul

    Hi
    You can download Oracle 10g from service market place www.service.sap.com>downlaods>Installations and Upgrades-->
    Installations and Upgrades - Entry by Application Group>SAP NetWeaver>SAP NetWeaver7.0>Installation and upgrade>windows server-->oracle check for below software and download it
      EXE 51031678_1 ORACLE RDBMS 10.2 Windows 1 of 5 
      RAR 51031678_2 ORACLE RDBMS 10.2 Windows 2 of 5 
      RAR 51031678_3 ORACLE RDBMS 10.2 Windows 3 of 5 
      RAR 51031678_4 ORACLE RDBMS 10.2 Windows 4 of 5  
      RAR 51031678_5 ORACLE RDBMS 10.2 Windows 5 of 5
      ZIP 51033272 ORACLE 10.2 Client  
    ZIP 51036971_2 ORACLE RDBMS Patch 10.2.0.4 Windows Server on IA32 32bit 
    ZIP 51036971_3 ORACLE RDBMS Patch 10.2.0.4 Windows Server on IA64 64bit 
    ZIP 51036971_4 ORACLE RDBMS Patch 10.2.0.4 Windows Server on x64 64bit 
    Regards
    Uday

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • Upgrading IMP/EXP utility in ORACLE 10g

    Hi,
    I have installed Oracle 10g 10.2 Enterprise edition.Can I upgrade the the version of the EXP/IMP utility od my oracle so that i can import dump files which are exported from Oracle 11g 11.2 version.
    Thanks in advance,
    Anindya

    user13006709 wrote:
    Hi,
    I have installed Oracle 10g 10.2 Enterprise edition.Can I upgrade the the version of the EXP/IMP utility od my oracle so that i can import dump files which are exported from Oracle 11g 11.2 version.
    Thanks in advance,
    Anindya
    No, you must use the imp utility from target database which is 10g.
    Cheers

  • Upgrade Oracle 10g 10.2.0.2 to 10.2.0.4

    Hi,
      Is there anybody there, who upgrades Oracle 10g 10.2.0.2 to 10.2.0.4.
      May I know where did you download and how you did it as I check the SAP Note 1137346, there is before and after upgrade but nothing about the upgrade process and I can't file the upgrade file as well.
    Thanks for the help
    P.S.: Our OS is Windows 2003 and we are running NW2004s , EP7.

    Hello,
    not sure exactly what do you want.
    Is there anybody there, who upgrades Oracle 10g 10.2.0.2 to 10.2.0.4.
    Yes, me, for example
    May I know where did you download and how you did it.
    SAP Service Marketplace
    http://service.sap.com/oracle-download
    ->  Oracle 10.2.0.4 -> Database RDBMS -> Your OS
    Note that still is not available for Itanium (MS Windows Itanium (64-bit))
    The instructions to install any patch set can be found on the patch ser (README file)
    you can also take a look at the note 839187 Oracle Database 10g: Patch set installation

Maybe you are looking for

  • Notes Enable fails with Active Sync

    We are using the Sun IdM 6.0. we using the oracle database table as a authoritative source.we have configured the Active sync to keep polling for any change in the "status" attribute in database table. With the status attribute "0", it disables user

  • I have forgotten the password to my iPhone 5, when I connect it to my computer it says that the iphone is locked and i must enter the passcode. Please help!

    Help please I changed my passcode and must've clicked different numers than I thought becuase now I've tried the wrong passcode so many times it just says connect to itunes. So i plugged my phone into my computer but it says the iphone is locked and

  • Maps can't open

    i use an uncategorised packet data connection to log onto the net on my 5230 and when i try to use maps i can't sign in my account it says connection failed please try again, but when i use google maps i can log in, help i'd really rather use ovi map

  • URGENT:: A Concern on output value in the report!!!

    Hi All, I have a concern on the following requirement: Business requirement :            Total Dollar Value = (Actual Quantity – Book Quantity)  x  (Standard Price / Price Unit)                   = (242 – 321) x  (5967.55 / 1000)                   =

  • JRE kernel installation crashes when installing additional components

    Lately I've been having the problem that when using deployJava.js with installation type 'kernel' to install the latest JRE, the java plugin crashes when returning to the referrer page. What happens there is that 'additional components' are being tri