I am using Sql server 2005 and Oracle Client 9.2. Oracle database is 9.2.0.4 version.
I am using sqladmin login for everything.
I have SSIS package which imports data from an Oracle databse to sql server 2005. When I execute the Package manually, its working finr. When I try and schedule the PacKAGE as a Job and the job run it always fails with the following in the Log file for each step in the package. HOW CAN I MAKE THIS WORK???
Message
Executed as user: Carnival\sqladmin. ...on 9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:08:56 AM Error: 2007-08-21 11:09:03.43 Code: 0xC0047062 Source: Data Flow Task Source - Query [1] Description: System.Exception: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. at System.Data.OracleClient.O
CI.Determi
neClientVe
rsion() at System.Data.OracleClient.O
racleInter
nalConnect
ion.OpenOn
LocalTrans
action(Str
ing userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName) at System.Data.OracleClient.O
racleInter
nalConnect
ion..ctor(
OracleConn
ectionStri
ng connectionOptions) at System.Data.OracleClient.O
racleConne
ctionFacto
ry.CreateC
onnection(
DbConnecti
onOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) at System.Data.ProviderBase.D
bConnectio
n... The package execution fa... The step failed.
FOLLOWING ARE THE STEPS THAT I AM DOING.
1. In SSManagement Studi, I am using Import wizard and DATASource: .net framework data provider for oracle
2. destination:sql native client
3. save ssis package on sql server
4. Package Protection Level: Donot save sensitive data
5. Using Sql Server Agent , to create a new job to schedule the import of data from Orcale Database.
new job.
6. In step1, stepname type: Sql Serevr Integration Services package.
Please let me know what to do to fix this issue.
Start Free Trial