Viewing 15 posts - 841 through 855 (of 2,062 total)
if it is an index, you could try to drop it and rebuild
June 6, 2012 at 2:00 pm
Maybe we will wait until Release 2 comes out. By the time it is well established.
June 6, 2012 at 10:18 am
May 15, 2012 at 10:00 am
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
Viewing 15 posts - 841 through 855 (of 2,062 total)