Just a Web Programmer Blog

Week 5: Oracle Database 10g Top 20 Features for the DBA

Tuesday, January 9th, 2007 Posted in Programming | No Comments »

Week 5: Oracle Database 10g Top 20 Features for the DBAเพิ่งรู้ว่า Oracle เวลาลบ Table มันจะลงไป recycle binต้องทำการ PURGE RECYCLEBIN; ทุกครั้งที่จะเคลียร์หรือไม่ก็ .. DROP TABLE tbl_name PURGE; ไปเลยSHARETHIS.addEntry({ title: "Week 5: Oracle Database 10g Top 20 Features for the DBA", url: "http://sikachu.com/2007/01/week-5-oracle-database-10g-top-20-features-for-the-dba/" ...

แก้ปัญหา ORA-01843: not a valid month ใน Oracle เครื่อง� าษาไทย

Monday, January 8th, 2007 Posted in Programming | No Comments »

ช่วงนี้เรียน Oracle ที่มหาลัยแอบจะบ้าตาย เพราะว่า import sql statement ไม่ได้ .. .คำถามว่า .. เพราะอะไร .. .SQL> select to_date('20-JAN-06') from dual;select to_date('20-JAN-06') from dual *ERROR at line 1:ORA-01843: not ...