32 to 64 bit Oracle.

Hello Colleagues. I'm have a problem and can't understand that's wrong ...
I'm trying Homogeneous System copy win 32 to 64 , ERP SR3 Central system ABAP+JAVA with Backup/Reastore  ... The Source system are installed by Consultant team and i can't change any settings in any component on system in this time ...
I'm generate the control.sql on source system, load the JAVA part.
On Target system i'm install the Oracle 10.2.0.2 Bundle patches. Start sapins with requred system copy
paths, after sapinst ask's the restore database and all files (per SYS COPY GUIDE), i'm copy oll files with same drives and names, copy the control.sql and init_TARGET.ora to required destinations.
After i will see error :
CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-02778: Name given for the log directory is invalid
CREATE CONTROLFILE REUSE
ERROR at line 1:
ORA-01034: ORACLE not available
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01034: ORACLE not available
ALTER TABLESPACE PSAPTEMP ADD TEMPFILE 'D:\ORACLE\SID\SAPDATA2\TEMP_1\TEMP.DATA1'
ERROR at line 1:
ORA-01034: ORACLE not available
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
ORA-02778: Name given for the log directory is invalid.
I'm checking all paths and directories on initSID.ora , all are correct,
*._OPTIM_PEEK_USER_BINDS=FALSE
*.background_dump_dest='D:\oracle\SID\saptrace\background'
*.compatible='10.2.0'
*.control_file_record_keep_time=30
*.control_files='D:\oracle\SID\sapdata1\cntrl\cntlrSID.dbf','D:\oracle\SID\sapdata2\cntrl\cntrlSID.dbf','D:\oracle\SID\sapdata3\cntrl\cntrlSID.dbf'
*.core_dump_dest='D:\oracle\SID\saptrace\background'
*.db_block_size=8192
*.db_cache_size=314572800
*.db_files=254
*.db_name='SID'
*.dml_locks=4000
*.event='10191 trace name context forever, level 1'
*.FILESYSTEMIO_OPTIONS='setall'
*.job_queue_processes=1
*.log_archive_dest='D:\oracle\SID\oraarch\SIDarch'
*.log_buffer=1048576
*.log_checkpoint_interval=0
*.log_checkpoints_to_alert=true
*.open_cursors=800
*.optimizer_features_enable='10.2.0.1'
*.pga_aggregate_target=419430400
*.processes=80
*.recyclebin='off'
*.remote_login_passwordfile='exclusive'
*.remote_os_authent=true
*.sessions=96
*.sga_max_size=629145600
*.shared_pool_reserved_size=31457280
*.shared_pool_size=314572800
*.sort_area_retained_size=0
*.sort_area_size=2097152
*.statistics_level='typical'
*.undo_management='AUTO'
*.undo_retention=43200
*.undo_tablespace='PSAPUNDO'
*.user_dump_dest='D:\oracle\SID\saptrace\usertrace'
*.workarea_size_policy='AUTO'
In alert_SID.log from (D:\oracle\SID\102\RDBMS\trace ) lines only like
Starting ORACLE instance (normal)
Thu Feb 05 20:21:58 2009
Adjusting the default value of parameter parallel_max_servers
from 160 to 65 due to the value of parameter processes (80)
Thu Feb 05 20:21:59 2009
Starting ORACLE instance (normal)
Thu Feb 05 20:57:22 2009
Adjusting the default value of parameter parallel_max_servers
from 160 to 65 due to the value of parameter processes (80)
Thu Feb 05 20:57:22 2009
Starting ORACLE instance (restrict)
Tnslistener are up and running :
Alias                     LISTENER
Version                   TNSLSNR for 64-bit Windows: Version 10.2.0.2.0 - Production
Start Date                05-FEB-2009 19:50:51
Uptime                    0 days 0 hr. 0 min. 6 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   D:\oracle\SID\102\network\admin\listener.ora
Listener Log File         D:\oracle\SID\102\network\log\listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SID.WORLDipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SIDipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server.local)(PORT=1527)))
Services Summary...
Service "SID" has 1 instance(s).
  Instance "SID", status UNKNOWN, has 2 handler(s) for this service...
OracleServiceSID are started to .....
What could be the problem ? Thanks for all answers. Regards.

Hello Joe Bo the Control.sql starts :
CONNECT / AS SYSDBA
STARTUP NOMOUNT
CREATE CONTROLFILE REUSE
SET DATABASE "SID"
RESETLOGS
ARCHIVELOG
MAXLOGFILES 255
MAXLOGMEMBERS 3
MAXDATAFILES 1022
MAXINSTANCES 50
MAXLOGHISTORY 11680
LOGFILE
GROUP
e.t.c.
The log
SQL*Plus: Release 10.2.0.2.0 - Production on Thu Feb 5 20:16:39 2009
Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
Connected to an idle instance.
Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORA-02778: Name given for the log directory is invalid
CREATE CONTROLFILE REUSE
ERROR at line 1:
ORA-01034: ORACLE not available
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01034: ORACLE not available
ALTER TABLESPACE PSAPTEMP ADD TEMPFILE 'D:\ORACLE\SID\SAPDATA2\TEMP_1\TEMP.DATA1'
ERROR at line 1:
ORA-01034: ORACLE not available
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
ORA-02778: Name given for the log directory is invalid
Yes the D:\oracle\SID\oraarch is there, and is writeable.
Thanks for your time. Regards.

Similar Messages

  • Moving a 32 bit Oracle 9i database to 64 bit on a different server

    Hello,
    We have a 24 GB database with Oracle 9.2.0.7 (32 bit). As the hardware of this server is getting obsolete, it is planned to move this instance to another server, which has 64 bit Oracle software of same version (9.2.0.7). In this scenario what is the best way to move the instance?
    Is it only the full export from 32 bit server and import into 64 bit server(after creating the instance there)?
    Since this is a 24 GB database, and target server is 8 gb of ram, any pointers on how long the import process can take?
    There is a documentation to change word size, I can run utlirp.sql as suggested here:
    http://www.orafaq.com/forum/?t=rview&goto=258668#msg_258668
    But I have some doubts as I mentioned in that post. Can you please share your suggestions?
    Thanks,
    Nirav

    Hi
    Is there some document or steps to follow when creating the instance on the new server The database move is easy, and here is one way to move the schema, fast:
    http://www.dba-oracle.com/oracle_tips_db_copy.htm
    And then, you just run the script to change the wordsize for 64-bit:
    Also, after your migration, watch out for common performance issues:
    http://www.dba-oracle.com/t_bad_poor_performance_upgrade_migration_32_64_bit.htm
    Also, note that Oracle has changed the optimizer costing model from "IO" to CPU" in 10g, and shops that combine an upgrade to 64-bit servers with a 10g migration may want to look at changing the new default for _optimizer_cost_model.
    Going 64-bit means that you can now allocate very large RAM data buffers and increase your shared_pool_size above two gigabytes. However, it is important to remember that there are downsides to having a super-large db_cache_size. While direct access to data is done with hashing, there are times when the database must examine all of the blocks in the RAM cache. These types of database may not always benefit from an upgrade to a 64 bit server:
    Systems with high Invalidations: Whenever a program issues a truncated table, uses temporary tables, or runs a large data purge, Oracle must sweep all of the blocks in the db_cache_size to remove dirty blocks. This can cause excessive overhead for system with a db_cache_size greater than 10 gigabytes.
    High Update Systems: The database writer (DBWR) process must sweep all of the blocks in db_cache_size when performing an asynchronous write. Having a huge db_cache_size can cause excessive work for the database writer. Some shops dedicate a separate, smaller data buffer (of a different blocksize) for high-update objects.
    RAC systems: Oracle RAC and Grid does not perform optimally with super-large data buffer RAM, as available in 64-bit systems. You may experience high cross-instance calls when using a large db_cache_size in multiple RAC instances. This inter-instance "pinging" can cause excessive overhead, and that is why RAC DBA's try to segregate RAC instances to access specific areas of the database. This is why Oracle 10g grid server blades generally contain only 4-gig RAM.
    Hope this helps. . .
    Don Burleson
    Oracle Press author
    Author of “Oracle Tuning: The Definitive Reference”
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • SAP BI-BO Integration for "BO XI 3.1 on HP-Unix-PA-RISC-64 bit"+Oracle WAS

    Hi,
    We have set up SAP Integration Kit to integrate SAP BI 7.0 and BO XI
    3.1. Our BO system is set up on Unix HP-UX-PA-RISC 64 BIT and Oracle Web Application Server
    10.1.3.
    When we are creating a WebI report using WebI Rich Client, we are able
    to fetch the data from SAP BI Query and also refresh the data using
    WebI Rich Client (Desktop).
    When we are creating a WebI report from Infoview, we are able to create
    the WebI report,but we get the database error "Unable to Bind to
    NetworkLayer Object"
    (WIS 10901)" when trying to Run the Query i.e.
    fetch the data from SAP BI Query. Same error is also there when we try
    to refresh the data from Infoview for a WebI report created using WebI
    Rich Client (Desktop).
    We raised an OSS Message with SAP. We got a response that :
    ====================================================================
    The reason you're having this problem seems to be because you don't have the SAP dataAccess library (libdbd_sap.so) and its equivalent config files (sap folder).
    Those are the files that manage the connection from BOE queries to SAP.
    You can check that they exist in your Windows client fine(.dll).
    Here's what I have in my HP-UX system:
    $ ls -l sap
    -rwxr-xr-x 1 xi31 users 4671488 Sep 13 2008 libdbd_sap.so
    sap:
    total 80
    -rwxr-xr-x 1 xi31 users 4650 Sep 13 2008 sapen.cod
    -rwxr-xr-x 1 xi31 users 358 Sep 13 2008 sap.prm
    -rwxr-xr-x 1 xi31 users 10670 Sep 13 2008 sap.rss
    -rwxr-xr-x 1 xi31 users 1343 Sep 13 2008 sap.sbo
    These drivers are not installed with the SAP Kit but with the BOE setup
    itself - meaning you can have a system without SAP Kit but with these drivers.
    On the other hand, with SAP Kit, you can have other features such as your working SAP authentication fine but not this one since it comes with BOE.
    ====================================================================
    Request the SDN Community to check the below mentioned :
    Platform : HP-UX-PA-RISC 64 bit
    Oracle WAS (instead of Tomcat).
    1) Which installer was used to install BOE XI 3.1 ?
    2) Is the BOE XI 3.1 base installer available for HP-UX-PA-RISC-64 bit ? I could not find one at SAP Service Market place (the nearest one is for HPP - 32 Bit)
    3) Do you have the relevant SAP Folder & Drivers on this path, as per the above SAP OSS Message.
    4) Any inputs on how to resolve the issue (we have so-far tried with 4 different installers for HP-UX-PA-RISC and not got any success)
    regards,
    Rajesh K Sarin

    Hi,
    Thanks for your reply.
    (A) We have attempted with BOE and SAP Integration Kit in the sequence. My earlier communication has all the attachments for the steps followed, and the SAP message.
    (B) We have HP-UX-PA-RISC-64 bit. Request to please point us to the correct installer on this link
    (C) We have done 4 complete trials :
    1) BOE XI 3.0 Installer provided by BO Consultant, 6 months back & rest downloaded from SAP Service Market Place.
    BOE XI 3.0 --> Upgrade to BOE XI 3.1 --> BOE FP 1.2 for XI 3.1 --> SAP Integration Kit for BOE XI 3.1 --> Integration Kit FP 1.2 --> Oracle WAS Manual deployment steps
    2) BOE XI 3.0 Installer & rest downloaded from SAP Service Market Place.
    BOE XI 3.0 --> SAP Integration Kit for BOE XI 3.0 --> Oracle WAS manual deployment steps
    3) BOE XI 3.1 Installer for HP-UX-PA-RISC-32bit (HPP) & rest downloaded from SAP Service Market Place.
    BOE XI 3.1 --> SAP Integration Kit for BOE XI 3.1 --> Oracle WAS manual deployment steps
    4) BOE XI 3.1 Installer provided by SAP OSS Support & rest downloaded from SAP Service Market Place.
    BOE XI 3.1 --> SAP Integration Kit for BOE XI 3.1 --> Oracle WAS manual deployment steps
    None of these steps have helped us.
    SAP OSS Support asked us to check availability of the "SAP Folder" and "Lib / driver" files on the Connection Server Directory; which would appear once BOE XI 3.1 installer is installed (ONLY BASE Install, SAP Integration Kit is not needed).
    We have also confirmed this with one another Client / Project. They have HP-UX-Itanium-64 bit and BOE-XI 3.1 only base install (No SAP Integration kit). This particular SAP Folder / Drivers are available without any SAP Integration kit.
    Request to correct me, if I am wrong :
    SAP Integration kit additionally provides the drivers needed for Crystal & SAP Authentication.
    regards,
    Rajesh K Sarin

  • 32 bit Oracle database 10g to 64 bit Oracle Database 11g on Windows 2008

    Hi everybody,
    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?
    Thanks for your help

    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?Yes, in export/import, you will create a new database and import. The question is why you want to prefer export/import?
    is it source database 32bit is in different OS platform? If not directly after installation you can upgrade the database. using DBUA

  • Companion CDs for 64-bit Oracle HTTP Server for AIX5L(64 bit) required.

    I need Companion CDs for 64 bit Oracle HTTP Server for AIX5L(64 bit).
    I tried to install using
    as_ibm_aix_companion_101300_disk1.cpio & as_ibm_aix_companion_101300_disk2.cpio
    but when i checked the files present in <Oracle_Home>/ohs/lib , they are of 32-bit.
    Also i tried with Oracle 10.1.2.0.2 but still the server is installed as 32-bit.
    Is 64-bit Oracle HTTP Server supported on AIX5L(64 bit) ?
    If yes, then from where can i download the CDs?
    Any suggestions will be appreciated.

    Greetings,
    Try this link:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201aixsoft.html
    Regards,
    Bill Chadbourne

  • 64-bit vs 32-bit Oracle on Win2003

    Background:
    I’ve been tasked to come up with the appropriate hardware/software solution for my company, an MMOLG (Massively Multiple On-Line Gaming) enterprise as it gets ramped up for two huge game releases. We use My SQL (4.x) for managing the Web Front-end, MS SQL 2000 Servers to manage the games, and Oracle to manage the billing application on the back-end. The billing application is also used for authentication (registration of new subscribers, credit card validations) and authorization (what games each subscriber can play, is their account up to date, etc.). We currently support our billing application using 32-bit Oracle (9.2.0.4) on 32-bit, clustered Win2k, using Failsafe (3.3.2) on MSCS (1.0). We have the first new game-to-be-released in Beta, and, to date, I have a similar setup except that the Oracle is 9.2.0.6, Failsafe is 3.3.3, and MSCS is 1.1. Originally, I was given to understand that each of the two new games were to be on separate Oracle instances, but now my management wants both games to be run from the same instance. Our Marketing team spit out the anticipated subscriber/subscription #’s recently, and the size of the #’s has given me pause – I question whether or not our current system will be able to handle the # of logins (for authorization and authentication) during the so-called “land-rush” (the game’s 1st week/month of release) and that period of time immediately following an upgrade to the game (where huge #’s of gamers rush to get back to playing). I also need to consider the peak # of logins during the heaviest play period times. The minimum # of gamer logins/hour I need to account for is 5-7k/hour, and the high end could be upwards of 30-45k/hour (for both games, post-upgrade case). To me, that number of logins/hour is asking a lot Windows 32-bit, perhaps the impossible.
    What I’ve done to date:
    First I made sure that I understood what I can do with Windows, and then implemented a base test on the Beta environment by setting up Windows for VLM management. I have both the /PAE and /3GB switches enabled (I have 8GB of RAM, so the /3GB switch gets me the extra 1GB memory for shared_pool w/o being the hindrance it would be if I was using 16GB+), and I have the AWE ‘tailored’ to 768MB (the minimum that, via trial and error, that I could bring Oracle up under). This has allowed me to have a shared_pool of 320MB, a java_pool and large_pool of 152MB (more on the large_pool later). To date, I’ve sized the buffer_cache at 5000MB (just to prove that I could do it, and see the results). So SGA is 5362MB. I’ve set the Aggregate PGA Target to 256MB.
    I’ve looked at 64-bit Oracle on 64-bit Win2003. 64-bit Oracle 9.2.0.7 is certified on Win2003 (Itanium only, no certification yet for the really spiffy EM64T chip set). If dedicated will not cut it for the max login load, I could consider Shared mode, knowing that I get some performance hit. Going to 64-bit There’s some test data out there (Larry Pedigo, of Performance Tuning Corp. had a nice white paper), but I’ve found little else. This seems, at first blush, the best choice for a Windows ‘shop’, but who knows? I’ve come across one ‘gotcha’ to date, the Failsafe Manager is only 32-bit (while Failsafe is 64-bit, why Oracle did that, I do not know), so has to be installed on a separate home, on a separate 32-bit Windows machine. I’ve gotten it from Oracle Support that 32-bit Oracle Client will connect w/o issue to the 64-bit Oracle server, so having the various 32-bit applications used (on separate 32-bit Win2k machines) connect to the database is not a problem.
    I’ve looked at putting 32-bit Oracle on a 64-bit Win2003, so if the initial load/stress tests fails (at 5-7k logins/hour) I could easily migrate Oracle to the 64-bit. From what I’ve read, I would expect the 32-bit Oracle to be way too slow.
    I’ve looked at going to RAC as it would buy me twice the memory for the ‘pools’.
    I’m just starting to look at moving to Oracle on UNIX. I have yet to estimate the total cost for doing so (early guess-timate is $750k), and I’d have to bring a Unix Sys Admin on-board. Up to now, Turbine has been 90% Windows, 10% Linux.
    Questions for the group:
    Has anyone out there had this problem to tackle?
    Am I correct in thinking that Windows 32-bit would be swamped by the anticipated load?
    Is anyone running 64-bit Oracle on 64-bit Win2003? If so, did you get what you expected with respect to performance? Any obstacles that you had to overcome?
    Has anyone suggestions as to configuration/environment that would help me?
    Any responses would be a God-send to this poor, beleaguered DBA. Thanks very much (in advance).

    Wow, you have a big task at hand, and it looks very fun to build.
    I say you should consider 10g r2, as it will soon (or maybe already released) run on the AMD Opteron and the EM64T now that windows 2003 is set up for these processors.
    If you are not ready to go 10g, then I would seriously consider RAC for the 9i database.
    and I wouldn't install 32 bit on 64bit machine. Its not supported and would give you less than desirable results
    Message was edited by:
    acrlewis

  • Installing 32 bit oracle on 64 bit windows 7

    My oracle application works only with 32 bit oracle.Now I need to install the application on a 64 bit windows 7.I tried installing oracle 11g 32 bit database on this machine(64 bit windows 7).During the final stages,it gave an error that the listener service has not started.When I checked the Services status in Computer Management->Services,I found that the listener has already started.I closed the error message and continued with installation.The installation completed successfully.But when I login to sql plus with my oracle database(SYSTEM/SYSTEM@MYHOSTNAME),it is giving tns error ORA 12541-TNS NO LISTENER.I tried every possible ways like restarting the service, and deleting the listener and creating it again,but still it doesnt work.
    If anyone has faced the same problem,please give me solution.
    I cannot try installing 64 bit oracle because my application is not compatible with 64 bit oracle.
    Edited by: 1001322 on Apr 20, 2013 7:22 AM
    Edited by: 1001322 on Apr 20, 2013 7:23 AM

    1001322 wrote:
    My oracle application works only with 32 bit oracle.Now I need to install the application on a 64 bit windows 7.I tried installing oracle 11g 32 bit database on this machine(64 bit windows 7).During the final stages,it gave an error that the listener service has not started.When I checked the Services status in Computer Management->Services,I found that the listener has already started.I closed the error message and continued with installation.The installation completed successfully.But when I login to sql plus with my oracle database(SYSTEM/SYSTEM@MYHOSTNAME),it is giving tns error ORA 12541-TNS NO LISTENER.I tried every possible ways like restarting the service, and deleting the listener and creating it again,but still it doesnt work.
    If anyone has faced the same problem,please give me solution.
    I cannot try installing 64 bit oracle because my application is not compatible with 64 bit oracle.
    Edited by: 1001322 on Apr 20, 2013 7:22 AM
    Edited by: 1001322 on Apr 20, 2013 7:23 AMIn addition to the other comments, you need to make the distinction between the oracle database and the oracle client.
    the application interacts directly with the oracle client software. The application should not know or care about the word length of the database.

  • Unable to install 64-bit Oracle ODBC Instant Client on Windows 2008 R2 machine.

    I am trying to upgrade the Oracle ODBC driver from the 32-bit version currently installed (ODBC Instant Client Release 10.1.0.5.0, April 2006) to a newer 64-bit version but have not been successful.  I have had success at uninstalling and reinstalling the existing 32-bit version package (release 10.1.0.5.0) however when I've tried to install the 64-bit ODBC Instant Client (Release 12.1, December 2012), I run the odbc_install.exe application inside the package.  it appears to run without issue/compliant, but then I do not see the 64-bit Oracle ODBC driver anywhere, either if I go via the traditional Administrator Tools --> ODBC Data Sources or if I go to the c:\windows\syswow64\odbcad32.exe route.  Further investigation into the ReadMe file (ODBC_IC_Readme_Win.html) reveals that you need the 3 DLLs oci.dll, oraociei11.dll and orannzsbb11.dll which the package does not come with. Where could I obtain the correct version of these DLLs or else where can I get an installation package which already contains them?
    Any help with this is greatly appreciated.  Thank you

    Welcome to the forums !
    Pl post this in the Instant Client forum - Instant Client
    HTH
    Srini

  • Install 32-bit Oracle on a 64-bit OS

    Hi,
    for some reason,i have to install 32-bit oracle on a SUN X4450.As you know ,it's X86 and OS on it is solaris 10 for soalris X86. Both the CPU and OS are 64-bit.
    All i want to know is that if there are some limits on server's RAM,such as RAM can't over 16GB

    Hi,
    All i want to know is that if there are some limits on server's RAM,such as RAM can't over 16GBSun server X4450 supports RAM upto 256 Gb
    See the below link:
    http://www.sun.com/servers/x64/x4450/specs.xml
    Regards,
    Xaheer

  • Is there a 32-bit Oracle 9i Release 2

    We have a 32 bit HP UX 11.0 server we would like to set up as a development and test server for Oracle 9i. Is there a 32-bit Oracle 9i Release 2 ? The only one I can see in downloads if for HPUX 64 bit.

    Wrong forum.
    Only solution I can think to actually get to the view.
    1. SQL Server, in TSQL, alllows access to ODBC driver
    2. Use a ODBC driver that can access Oracle (which probably means any SQL driver that will install.)

  • Access a view on a 32 bit Oracle 9i  from a MS SQL 2008 R2 64 bit

    NOt sure if this is the right forum for this.
    We need to access a view on a 32 bit Oracle 9i - Release 9.2.0.8.0 database running on Windows 2003 Server, from a MS SQL 2008 R2 64 bit system running on Windows Server 2008 64 bit.
    Edited by: 854859 on Apr 26, 2011 3:21 PM

    When yu want to access a view hosted in Oracle and retrieve data from this view in a MS SQl Server, then you need to use MS SQL Server Linked Server mechanism based on OLEDB/ODBC.
    Since MS SQL Server this feature is integrated in MS Integration Services and more details can be found at the MS knowledge base.

  • We need to access a view on a 32 bit Oracle 9i  - Release 9.2.0.8.0 databas

    Hi
    I don't know if this is the correct forum:
    We need to access a view on a 32 bit Oracle 9i - Release 9.2.0.8.0 database running on Windows 2003 Server, from a MS SQL 2008 R2 64 bit system running on Windows Server 2008 64 bit.
    The DBA for one of the vendors involved has concluded that it is not possible to link from 64 bit MS SQL to a 32 bit Oracle install.
    If it is possible, can you advice what we need to do. Thank you.

    Wrong forum.
    Only solution I can think to actually get to the view.
    1. SQL Server, in TSQL, alllows access to ODBC driver
    2. Use a ODBC driver that can access Oracle (which probably means any SQL driver that will install.)

  • 32 bit oracle in 64 bit OS and issues

    Hi All,
    Good morning, I installed windows 7 (64 bit) and installed oracle 10g 10.2.0.1.0 version. previously when I was used vista the ojdbc14.jar driver worked fine and able to access the DB using this driver. now I am getting the below error as:
    =====
    Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\oraclexe\app\oracle\product\10.2.0\server\BIN\ocijdbc10.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3139)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3135)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:221)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:439)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:132)
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at DBPrime.main(DBPrime.java:14)
    =====
    Please guide me to avoid this issue. What driver I have to use to get rid of this or am I use another version like 64 bit oracle for this.
    Bhargava S Akula.

    absriram wrote:
    Actually I am facing this issue due to 64 bit. its not OS specific.Do you mean you had this working on 32 bit Windows 7?
    many of the production support systems are running on 64 bit processors.My point was not related to 32 bit or 64 bit but running Oracle software on an unsupported platform.

  • 64 bit oracle client VS 32 bit oracle database

    if I have 64 bit oracle client installed in a windows host.., can I connect to a 32 bit oracle database?
    I thnk yes, right?
    thank you

    Just curious - How difficult would it be for you to check?

  • 32-bit Oracle8i to  64-bit oracle 9i

    Hi,
    We have a 32-bit Oracle 8i running on AIX4.3,we are planning to shift to a new physical server which is supposed to run AIX5.3 & 64-bit oracle 9i.In this case if I do a database export from the current live machine( 32-bit Oracle 8i running on AIX4.3) whether i can import it on 64-bit oracle 9i @ AIX5.3 without any issues?
    Regards,
    Cherry

    I think yes. I would like to listen from others.
    While exporting use 8i exp utility. While Importing use 9i imp utility.
    -aijaz
    Message was edited by:
    [email protected]

  • Is it possible to install 32 bit oracle db on a 64 bit linux server?

    Is it possible to install 32 bit oracle 10g db on a 64 bit linux server rhel 4.
    thanks in advance,
    chau

    Yes, it is possible, but you can perfectly install the 64 bits version on RHEL4. However you will have more trouble on unsupported OS... so it's useful that you can install the 32 bits version.

Maybe you are looking for

  • I've lost the histogram - and other adjustment woes

    I filed a rather long description of this to the Aperture Feedback, but as I suspect that is a "write only" channel I thought I'd ask here (and I did review a bunch of posts with no luck) I have a brand spanking new MacPro quad, with 2 NVIDIA GeForce

  • Element name and attribute completion in XML editor?

    With either WebLogic Workshop 9.2.2 or 10.x, is it possible to get completion assistance on elements and attributes? It works in the JSP editor, but I need to know whether this will work for XML documents. For some of these namespaces, they are defin

  • PSE 11 Not Showing in iTunes 11 drop down

    I have iTunes 11.0.1 installed on my mac OSX 10.8.2 and Photoshop Elements 11. When syncing my iPad, photoshop does not appear in the drop down menu in the photos section, only iPhoto or the option to select a folder appears. I have re-installed iTun

  • [TV@Master] MSI Radio, keyboard shortcuts

    I'm using MSI Radio app and it's ok for me, just one thing I can't find - keyboard shortcuts to change memorized channels. I really need it so if anyone knows... please. Thanks in advance!

  • How connect client to mySQL via SSL

    Hi, I created client in Swing/AWT and configured mySQL. How can I configure my client to enable connection via SSL (not necessary with certificate). I have to switch on field in driver JDBC, but that'a all? How can I verify if connection is really en