Oracle Experience
Pages
(Move to ...)
Home
About This Blog
Software Enginering Concepts
Recommended Books
Main Index
▼
31 August 2013
SQL*Loader-704: Internal error: ulmtsyn and ORA-01480
›
load.ctl parameter file content : LOAD DATA INFILE dummy_table.txt BADFILE dummy_table.bad DISCARDFILE dummy_table.dsc TRUNCA...
Code Instrumentation
›
A few days ago, I have given a presentation about code instrumentation to my colleagues. Instrumentation is something that shall not be an o...
01 April 2013
"TT0802: Data store space exhausted" and "TT0778: Log write failed because filesystem is full" errors
›
A few days ago, we have encounter a timesten error: [TimesTen][TimesTen 11.2.1.4.0 ODBC Driver][TimesTen]T T0802: Data store space exh...
30 March 2013
TimesTen In Memory Database - Data Source Name(DSN)
›
Timesten In memory database has a configuration file which named as sys.odbc.ini. In this file, DSN(Data Source Name)s are defined and so...
26 March 2013
Oracle - Drop Table If Exists
›
Oracle does not have a drop table statement to drop a table if exists, like some other RDBMSes does. If you do not want get error messages f...
1 comment:
›
Home
View web version