Viewing 15 posts - 796 through 810 (of 2,044 total)
Glad you sniffed it out.
August 9, 2012 at 1:57 pm
Check if you have still remains of oracle software (check registry local machine\software\oracle). If I'm not mistaken the .1 points at home1.
Install 64-bit first (full administrator) and then 32-bit in...
August 9, 2012 at 1:38 pm
August 9, 2012 at 12:47 pm
Smallint can be used to store 0 or 1, but isn't supported in Oracle (has number datatype).
August 8, 2012 at 8:59 am
You'll have to specify nogrowth for the datafile like (no autoextend clause)
Like
CREATE TEMPORARY TABLESPACE temp TEMPFILE 'd:\temp\tempfile1.dbf' SIZE 4096M ;
It pays to read the oracle concepts
August 4, 2012 at 3:41 am
Also check the power saving mode of the vm host(s). For reliable performance: high performance mode instead of balanced power saving
July 31, 2012 at 9:32 am
MSDAORA is an old driver for Oracle.
Try OracleOleDB or the Attunity drivers
July 6, 2012 at 11:57 am
64-bit client version is oracle X.Y.Z.B? Like 11.2.0.2
July 5, 2012 at 12:43 pm
July 3, 2012 at 11:18 am
Depends on selectivity (most distinct values goes) and the number of rows returned
WHERE clauses like Date BETWEEN a And B and Database = 'X'.
Assuming the most popular query relies on...
July 3, 2012 at 4:28 am
You'll have to check the NLS-settings of the database[/url]
In the earlier days in compares to varchar, but now the database can be fully in unicode so that varchar2 is also...
July 2, 2012 at 12:16 pm
Viewing 15 posts - 796 through 810 (of 2,044 total)