Monday 17 June 2013

ORA-25153 Temporary Tablespace is Empty Error in Oracle

When executing SQL query, sometimes you may get the following Oracle error:

ORA-25153: Temporary Tablespace is Empty

The cause for the ORA-25153 error is because attempt was made to use space in a temporary tablespace with no files (no datafiles defined).

To solve the problem, the solution is just by adding files (datafiles) to the TEMP tablespace by using ADD TEMPFILE command.

For more information go through below link


http://www.mydigitallife.info/ora-25153-temporary-tablespace-is-empty-error-in-oracle/

Sunday 16 June 2013

Learn HTML online with Online Editor

If anyone wants to learn HTML with the help of online line HTML editor, just go through below link. This website provides you simple examples along with online editor. Enjoy!!Happy Learning!!

http://www.w3schools.com/html/default.asp