Tag Archives: Oracle

ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade

Note: Ubuntu users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. The dkms package can … Continue reading

Tagged , , | Leave a comment

SQL statement to unlock user account in oracle

ALTER USER username ACCOUNT UNLOCK;

Tagged , , | Leave a comment

How to add a new data file to Oracle Tablespace using sqlplus

First login as the “oracle” user, and issue the command “sqlplus “/ as sysdba”” (I am assuming that you already have configured the  PATH environment variable correctly) and then type the following:   alter tablespace tablespace_name  add datafile ‘/oracle/data/file1.dbf’ size … Continue reading

Tagged , , | Leave a comment

How To Compile and Install Tora 2.1 with Oracle Support on Ubuntu Jaunty

sudo apt-get build-dep tora sudo apt-get install libqscintilla2-dev Download instant client of Oracle Database (all zip files and extract them to one folder) ./configure –with-instant-client=PATH_TO_YOUR_INSTANT_CLIENT_FOLDER Follow the instructions – if any – and complete any missing steps make sudo make … Continue reading

Tagged , , , | Leave a comment