Tech-Today
ORA-12519, TNS:no appropriate service handler found
I often encountered this error after setting up a new machine with jboss/seam/oracle project installed.
To resolve this:
1.) Open command prompt, by typing cmd in Start
2.) Execute c:\windows\system\sqlplus system@YOUR_SID
3.) Execute "ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE;"
Then restart the oracle database or your computer.
-
How To Import And Export A Database Dump In Oracle
The following instruction will help us in importing and exporting our oracle database. Create and restore dump file (http://www.database.fi/2011/05/using-expdp-and-impdp-export-and-import-in-10g-11g/)Create dump filesqlplus system/oracleSQL> create...
-
Database
MSSQLMSSQL equivalent of DESC in MYSQLPostgresqlChange postgresql's postgres passwordHow to install hstore in postgresql 9.1JDBC provider setting in java for postgresql, mysql and oracleHow to alter the sequence value in postgresqlOracleHow to change...
-
How To Setup Toad Oracle Freeware
The following article will help us in configuring our Toad Oracle Freeware with Oracle XE database. For development purposes I normally use XE so it's light. Steps: Download and install Oracle XE - I use 10.2.xI installed in: C:\java\oraclexeDownload...
-
How To Remove Kbdrv16.com, Lsass.exe, Usb-hi.exe
Just last night I copied a file from a USB of my apartment mate and I noticed that there was something wrong the way the explorer is showing. I inspect my system and found two instances of services.msc in windows task manager [press ctrl + shift + esc]...
-
Staxmem.dll Not Found...
Recently, I've encountered this error during IIS installation and don't know what to do or where to start. The error said it can't find the file though I can see it in the CD, I thought it was corrupted to I tried copying the i386 directory...
Tech-Today