If you have & or % in your Oracle insert or update statements - you probably would like to do the following:
Monday, April 28, 2008
& in Oracle insert or update statements
Posted by
Unknown
at
11:02 AM
0
comments
Labels: Oracle
Wednesday, April 23, 2008
Export from Oracle table to CSV file
Sometimes you need to export result of the query to CSV file. Here is a nice example of how to do this kind of operations.
Posted by
Unknown
at
7:27 PM
2
comments
Labels: Oracle
Tuesday, April 8, 2008
Cent OS 5.1 + Oracle 10g
Apart of modifying /etc/redhat-release to "redhat-4", there are a couple of packages that you will need to install in order to make Oracle 10g work with Cent OS 5.1:
Posted by
Unknown
at
10:12 AM
1 comments
Wednesday, February 20, 2008
Mac OS & Database development
Since switching to Mac I was looking for good DB modeling/editing tool that will support Oracle and MySQL databases. Finally I got one...
Posted by
Unknown
at
6:51 PM
0
comments
Wednesday, February 13, 2008
Leopard terminal and Midnight Commander
If you use mc while connected to some linux server and you need to select some files - use Ctrl+T
Posted by
Unknown
at
7:03 PM
0
comments
Thursday, January 31, 2008
Perl: CPAN or RPM packages?
Posted by
Unknown
at
1:20 AM
0
comments
Labels: Linux
Tuesday, January 22, 2008
Manually configure Enterprise Manager Console
Run emca -config dbcontrol db and follow the instructions.
Posted by
Unknown
at
1:26 PM
0
comments
Labels: Oracle
Monday, January 21, 2008
Redo log size & performance
We got a performance issue with our Oracle 10g. Suddenly the performance was going down and we was getting a significant increase on wait times. After sniffing around and asking a friend we found that:
- All our performance pick were related with time when our Oracle was writing the archive log.
- There is a direct relationship between log_buffer, redo log file size and performance.
Posted by
Unknown
at
9:07 AM
0
comments
Labels: Oracle
Wednesday, January 16, 2008
Ctrl+click with two fingers
Enable Ctrl+click with two fingers click in System Preferences -> Keyboard & Mouse -> Trackpad -> Tap trackpad using two fingers for secondary click. Believe me, it's quite comfortable.
Posted by
Unknown
at
10:51 PM
0
comments
Labels: Mac
List of all Max OS X keyboard shortcuts
Will be useful for all Mac users. A kind of 'print-it-and-put-in-front-of-you-until-you-remember'.
Posted by
Unknown
at
9:15 PM
0
comments
Labels: Mac