Viewing 15 posts - 886 through 900 (of 2,044 total)
The application can provide it:
Taking advantage of applicationname[/url]
Easily fixed in the data-access-layer of the application.
August 31, 2011 at 8:16 am
Check any network modification parameters (firewall, networkcardsetting, switchconfiguration..).
We had mysterious errors about packets when
a firewall had extra ora_net filtering on (oracle)
tcp-offloading was enabled on a network card causing the ftp-server...
August 31, 2011 at 5:08 am
Thanks for the list, sofar on orafaq (forum) & dba-support (articles). How's OTN (Oracle Technical forum?)
August 29, 2011 at 9:37 am
Have you added ; to the end of the statement?
SELECT one.pid
, one.Amount1OfSum
, two.Amount2OfSum
FROM ( SELECT pid
, SUM (Amount1) AS Amount1OfSum
FROM TableA
GROUP
BY pid...
August 18, 2011 at 9:21 am
Have you checked the table_name on casesensivity? tblUser<->TBLUSER.
It is possible to select from tblUser?
*Can't view the actual tablename in "reply"
August 18, 2011 at 9:15 am
Free webbased-bugtracking abused as ticketing database. Flexible but not easy to report on.
August 18, 2011 at 7:42 am
Most people like to work from home/other room when they are interrupted too much or need a focus day, as most of the interruptions start with "Is person X here?"...
July 25, 2011 at 6:06 pm
I'm in for the ease of use automatic tuning and learning capabilities of the database engine. More knobs are welcome in case the automatic goes awry.
June 10, 2011 at 3:16 am
Hopefully the files are compatible. Restore with files only is called "Cold Backup/restore"
Create a dummy Oracle instance with the same patchlevel as the original.
Shutdown the dummy instance.
Copy the files from...
May 11, 2011 at 12:20 pm
Warehouse manager/computer logistics: keeping the computerprograms supplied with data.
May 5, 2011 at 1:48 pm
not a necessity, depending on the nature of your transactions.
Transactionlog: value before/after transaction. If committed you could count it as changed
Diff=changed data since full (rolled back=not changed)
April 14, 2011 at 12:29 pm
Are the patch levels of Access 2003 the same?
Is the application run on the local computer or is it virtualized (Terminal Server, Citrix,...)?
*have a look at
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_25175987.html
April 5, 2011 at 3:22 pm
apart from the share permissions, does the agent also has the necessary NTFS-permissions (if underlying filesystem is ntfs)?
April 4, 2011 at 2:42 pm
Viewing 15 posts - 886 through 900 (of 2,044 total)