Merge 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Article