Viewing 15 posts - 826 through 840 (of 2,044 total)
Had no troubles with ora oledb so far. Selecting 10000 rows works fine. Perhaps a mismatch in "case" with the CaSe sensiTive Oracle?
I still need to test against some linked...
May 4, 2012 at 7:26 am
Why don't you use the CASE-statement instead of decode?
sum (CASE WHEN ACTIVITY='X' OR ACTIVITY='Y' ... THEN 1 ELSE 0 END)
Also have a look an analytical functions for Oracle.
April 19, 2012 at 4:35 am
What is your current bottleneck? Cpu, I/O ...?
April 17, 2012 at 1:50 am
what oracle driver did you install on the sql server ? 9i, 10g, 11g?
March 29, 2012 at 1:58 pm
No problem, as long a normal without adminrights can run the developed software (in most cases).
March 23, 2012 at 6:55 pm
Any chance to trace on the oracle side the query mssql generates, to see if mssql actually passes the where clause or tries to pull the whole table.
March 14, 2012 at 3:45 am
Your way is much clearer than mine using the full oracleinstall.
March 12, 2012 at 5:19 am
They can do the same (both compiled to the same intermediate format). There are slight ide-features differences between both.
However most of our external programmers use C#
March 9, 2012 at 4:54 am
You will probably need various all_... or dba... views (all_constraints, all_indexes, ...).
For full Oracle DDL you'll need a tool that can use DBMS_METADATA. (only used Toad dba-module sofar)
February 18, 2012 at 12:05 pm
Have a look at FAQ oracle backp.
Also read Oracle concepts documentation from the oraclewebsite.
Needs rman:
DBID of your database
Backup including controlfile & spfile
Backup of archivelogfiles
Extra "backup": consistent expdmp (not as sysdba)
Somewhere...
February 13, 2012 at 8:38 am
I'm not an expert in Active Directory. Better info is available elsewhere.
Depends on expected downtime. PDC has the largest impact
February 11, 2012 at 3:44 am
Only when it is worked out and tested in detail.
From what I've read you have to be careful when changing/clearing keys (remnants in transactionlog?)
February 10, 2012 at 4:13 am
had to use a big file created by my own instead of sqlio creating it.
February 6, 2012 at 4:55 pm
I find gsquared example confusing. Usually ; is end of sqlstatement. With all those ; where is the beginning and end?
February 2, 2012 at 3:34 pm
Viewing 15 posts - 826 through 840 (of 2,044 total)