Sql Server 2000 Openquery insert takes too long
To whom can help, I am using Sql Server 2000 and have a linked server to Oracle. I am doing an insert into the oracle from data on the Sql Server 2000. it is taking 26 minutes to process 2210 records....
View ArticleLinked Server to Oracle through Microsoft OLEDB provider
Hi All, I have created a linked server to Oracle database. I have used the below command to create the linked server: sp_Addlinkedserver 'ORACserv','Oracle','MSDAORA','XYZ' where XYZ is the Database...
View Articlewww.sqlservercentral.com
sir i have a problem while creating a procedure to insert values with a table containing foregin key please help
View ArticleORA-01722: invalid number Error occurred When using DTS
Hi All; I'd like to copy a part of records in Oracle DB to SQL Server 2000 with DTS. DTS's Steps are... 1. Run Execute SQL Task to retrieve the data and output to GV with RecrodSet Type. [code] SELECT...
View ArticleDTS Package Error
Hi, I'm having problems with a DTS package that copies data from an Oracle database to a SQL database. The package runs successfully if it is manually executed however fails every time it is scheduled....
View ArticleHow to register Oracle Server
hi guys, How to register Oracle DB server in my MSSQL Enterprise manager. I need to work on tables, data of Oracle database sitting on my MSSQL query analyzer or MS Enterprise manager.
View ArticleProblems importing data from Oracle to MSSQL Server 2000 using a DTS package
Hi guys, This is my scenario.. I need to synchronize data from oracle server to MSSQL Server 2000, for this purpose I'm using a DTS package (The connection is trough a ODBC Driver), the development was...
View ArticleDTS to flat file for pickup by Oracle
I have a table which allows for storing notes about a client. One field is ntext(8000), where the users input the history about a particular client/claim. They have CR/LF in the field, which I can...
View ArticleOpenquery with ALTER SESSION SET NLS_DATE_FORMAT = "DD/MM/YYYY HH24:MI:SS
Hi I need to know if it is possible to use openquery within a statement to execute the alter session sentence for oracle db. Sorry for my english If this is not the rigth place for the question, would...
View ArticleSave as in Toad
i am trying to save the output of a query to a delimted text file with comma as delimter. if a column contains a column with column (For example John,smith) John goes to one column and smith to other...
View ArticleCalculate relative dates in Oracle
Hi, I'm doing some work in Oracle on date ranges, and have a calendar table with Activity_date. I'd like to calculate the "relative week no." from this, but I'm not sure of the functions to use... In...
View ArticleLinked server to acces DB file
Hi all, please help if anyone can, I am sure here are masters :) i create linked server to access file in which I have localtalbes, linked tables to oracle dband linked tables to SQL DB, I can query...
View ArticleGetting Oracle backup into SQL Server
Hi all, I've been handed a backup of an Oracle DB. We need to get that data into a SQL Server DB. I haven't the faintest idea how. I've installed Oracle 9i personal on a spare server. I don't know the...
View ArticleCould not fetch a row using a bookmark from OLE DB provider 'MSDAORA'.
Hi, I currently need to perform updating the link server based on the local table condition. I get the error when i using openquery. Can anyone help? Thanks. The error message is as per below: Could...
View Articleto_char
Hi all, In oracle I use this query to format the date field. chg_dt is a date field in addchg table select to_char(chg_dt,'YYYY/DD/MM HH:MI') as date from addchg; DATECHG ---------------- 2002/11/11...
View ArticleSQL SERVER SP to ORACLE
hi all, I have to migrate stored procedure created in sql server to ORACLE 10g. I done with searching google but no helpful links. Can any give me hint to do it? Thanks, Neerav
View ArticleCursor invalidated during parallel execution
Hi, My DTS have 5 parallel transfer data from sql db to oracle db at the same time, it have come up with an error "ORA-12842: Cursor invalidated during parallel execution". Based on the information I...
View ArticleWorking with Oracle and CLOBs
I am using Weblogic 8.1 and Oracle 9i. I simply want to insert a CLOB into an Oracle table I pretty much know how to do this with an OracleConnection BUT the Connection which i'm retrieving from my...
View ArticleWhere is my Object browser icon in sql developer ?
Hi, I am using oracle sql developer 1.5.1 Once my object browser window was close after that I am unable to find the icon of object browser. Where is it ? Is there any online tutorial,from where I can...
View ArticleConnection problem to Oracle DB with a DTS
Hi, I have to make a connection to a Oracle DB 11g with a DTS. I add the connection settings in my Oracle client TNSNAMES.ORA. in The DTS, i choose the icone "Microsoft ODBC Driver for Oracle" I gave...
View ArticleJobs (DTS packages) hangs after Oracle Goes down ...
We have 4 SQL Server 2000 jobs in production which uses DTS packages to pull data from Oracle. These jobs used to fail and send failure notification repeatedly every weekend whenever Oracle Server goes...
View ArticleMaking the leap Sql Sever from Oracle
Hired a solid tech with a great Oracle development background but need him to do Sql Server development now. He is trying and making progress but I'd like to shorten the learning curve. Does anyone...
View ArticlePassing Date parameters to Oracle
I have defined in my DTS package several date Global Variables, these hold dates in various formats and types. My problem is that sometimes when I run my query/task the dates do not get past to Oracle...
View ArticleOpenquery from Sql Server 2003 to Oracle
Hi All, I am working on a task, where I am connecting to Oracle database to update a row from SQL server 2000. I use OPENQUERY to connect and execute the update query in the Oracle database. UPDATE...
View ArticleLocking in oracle
hi I have a select statement in sql 2000, with the select on a linked server (oracle) table. For example select * from linkserver..dbname.my_table in SQL 2000 reportedly caused locking issues in oracle...
View ArticleSystem Tables in Oracle 10g
We all know that in SQL Server that there is a system table that tells you about all the columns in each table in a database, sys.columns (in SQL Server 2005/2008). Is there an equivalent system table...
View ArticleOracle Question
For those watching this forum for Oracle questions, I have one [url=http://www.sqlservercentral.com/Forums/Topic1007856-2790-1.aspx][b]here[/b][/url].
View Articleoracle 1Z0-053 practice exam
Now, Oracle’s 1Z0-053 exam become more and more popular. Recently, I also want to take part in 1Z0-053 exam, but i'm afraid that i can not pass it. A friend recommend me Examkiller, I feel that...
View ArticleOracle BLOB to SQL Server 2000 ntext
Hi. I'm wondering how I go about importing data from an Oracle BLOB (holds XML) into a SQL Server 2000 field of type ntext. When I import the data normally (using Import wizard), the data is...
View ArticleINVENTORY ONE TABLE CREATE HOW TO BALANCE QTY CARRY IN NEXT ROW
MY DATE ITEM_NAME , CODE , DATE , OB_QTY , RECD_QTY , ISSUE_QTY BALANCE_QTY 5 PR CABLE 05 01/04/10 25 0 0 25 5 PR CABLE
View ArticleCursor use in Oracle
Hi, I am newbie in oracle. Should we use cursor in oracle store procedure either in select statement or insert statement. Thanks
View ArticleDatetime Formating -
hi, - how to get the Last 30 days records from a table in Oracle if the column is in format string - like Example - the value in the table is - [b]1251807219[/b] the value in formatted is...
View ArticleError converting data type DBTYPE_DBTIMESTAMP to datetime
Good afternoon: There is a process that somestimes fails with the error: Error converting data type DBTYPE_DBTIMESTAMP to datetime This error usually happnes when you import data from another sources...
View ArticleLearning Oracle
Found some resources, SQL Reference Guide for Oracle 10g. Guess what, Oracle actually has CTE's, they just don't call it that in the reference manual. Having access to the reference manual is showing...
View Articlemutation in Trigger
Hi Team, Am a sql developer and new to oracle, i was assinged a trigger for am having two tables Table1 : Test Cols : ID | DESC Table2: TEST_CUST Cols : MID | STATUS and i want a update in third table...
View ArticleQuery to get related Table name from given Column name in Oracle SQL Developer
Hi ALL, I am familiar with the SQL server 2008 R2 , but when it comes to the SQL developer i am not that much so i am facing a problem related to the creating Query . I am having the Tables in the...
View Articlecreate Linked Server to Oracle DB - Is this TSQL Script correct? - Novice
Installed the Oracle 11g client on the SQL Server 2010 server. Using the Select Directory Server - the dengs.eo.com with the port xxxx shows Available = Yes PLMKR5 is the service name [b]Quetion - is...
View ArticleHow to find index fragmentation in Oracle
Morning All I need your help on how to find index fragmentation in Oracle 11g as i'm new in Oracle, in SQL i use the dmv's to check the index properties Thanks
View ArticleMerge in stored procedure
Hello guys, may you help me why my merge in stored procedure have exception? [code="sql"] CREATE OR REPLACE PROCEDURE mySP ( pID IN NUMBER , pCurrent_Level_ID IN NUMBER , pParent_Level_ID IN NUMBER ,...
View Article