Viewing 15 posts - 16 through 30 (of 56 total)
Thanks. I must have changed it once and could not recall where it was.
Steve
March 16, 2011 at 7:38 am
I get OLE DB provider "OraOLEDB.Oracle" for linked server "CPS001T.DB.ATT.COM" returned message "ROW-00060: Internal error: [dainsert,16]?w?Ubl?H?°.
when attempting to insert > 20,000 rows from sql server 2005 to Oracle 10.2 using...
February 9, 2011 at 1:48 pm
I have a problem that I cannot insert a row from sql server 2005 trigger to oracle 10.2 db.
I configured MS DTC correctly, because it works from a sql server...
February 1, 2011 at 1:32 pm
Update:
I used sql server to sql server and the trigger works.
There is something about the Oracle/Solaris side that is missing or not right.
Something about needing a DTC equivalent on the...
February 1, 2011 at 10:51 am
Does anyone know what the registry settings should be for a 10.2 oracle client?
I seem to have old entries, possibly for oracle 8.
Steve
January 25, 2011 at 2:11 pm
I followed those steps and still get an error:
Msg 7391, Level 16, State 2, Procedure TR_PMATT_PRJ_ID_INFORMATION, Line 15
The operation could not be performed because OLE DB provider "MSDAORA" for linked...
January 25, 2011 at 1:55 pm
A developer asked me about this. He did not elaborate except to say there were user issues involved.
I don't think anyone should need to distinguish between one vs two...
August 17, 2010 at 10:13 am
I personally did not need to know.
A developer asked me to figure this out based on some user issues they had. He did not elaborate.
I don't think distinguishing between...
August 17, 2010 at 9:27 am
Good examples with varchar. Thanks.
August 17, 2010 at 6:57 am
Thanks for the replies. It makes sense that 1, 2, or 3 blanks is treated the same (with the entire column filled with blanks), but the empty string is...
August 17, 2010 at 6:23 am
Right, and I think I'll have to take that risk.
The worst that happens is I have to then ask for a reboot right away vs. waiting for a more convenient...
March 31, 2010 at 8:07 am
I am looking into what may have caused it. Some information is logged by a stored proc that looks for space increases and sends emails to alert me.
I just...
March 31, 2010 at 7:39 am
My tempdb, which hardly ever gets to over 10GB (almost all of it data), got to within 1 GB of the space limit on the drive it's on.
I wound up...
March 30, 2010 at 4:02 pm
All valuable and fast replies.
Thanks guys!
I've used dynamic sql many times in Oracle, but it helps to see a t-sql example.
March 18, 2010 at 9:23 am
I implemented the event notification fo rlogin as in Frederick's article.
It work fine.
Now I want to only insert rows for certain loginname's.
I made another stored procedure with an IF statement...
March 4, 2010 at 1:46 pm
Viewing 15 posts - 16 through 30 (of 56 total)