mutation in Trigger
Hi Team,Am a sql developer and new to oracle, i was assinged a trigger foram having two tablesTable1 : TestCols : ID | DESCTable2: TEST_CUSTCols : MID | STATUSand i want a update in third table "S_ID"...
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 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 ArticleHow to find index fragmentation in Oracle
Morning AllI 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 propertiesThanks
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 , pTitle...
View ArticleSql 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 Article