Articles Comments

Oracle DBA & All IT » Entries tagged with "sql*plus"

SQL*Plus copy Utility — วิธีใช้ copy ใน SQL*Plus

The SQL*Plus copy Utility  "สวัสดียามเช้าจ้า.. วันพระใหญ่วันนี้อย่าลืมไปทำบุญตักบาตร เวียนเทียนกันน๊า.. เพื่อเป็นสิริมงคลกับตัวเองและครอบครัวจ้า ^^ " คำสั่ง Copy ใช้สำหรับ Copy ข้อมูลระหว่าง 2 Database โดยผ่าน SQL*Net. โดยมี format command ดังนี้ COPY FROM DB_Src TO DB_Dest action   destination_table (column_name, column_name…) USING query   .. Preview : 8505Related Search:วิธีการใส่ index oracle … Read entire article »

Filed under: Database, DBA, Function, New Feature, Oracle, Oracle Tips, Utilities

SQL*PLUS – SET Statement

วันนี้รวบรวมคำสั่ง SET Statement ใน SQL*Plus มาฝากกัน เผื่อใครกำลังหาคำสั่งที่เหมาะ บางครั้งมีประโยชน์สำหรับการ Spool file ออกมาเป็น Report ที่เราต้องการ ส่วนไหนที่ไม่ต้องการให้แสดง เราก็ set off ซะ อันไหนอยากให้โชว์ เราก็ on ซะ แค่นี้เราก็จะได้ Report ที่สวยงามตามที่เราต้องการแล้ว ^^   .. Preview : 7754 … Read entire article »

Filed under: Database, DBA, DBA, Developer, Oracle, Oracle Tips, Utilities, รวม Script ต่างๆ

แก้ปัญหา buffer overflow ใน SQL*Plus ,PL/SQL และ PL/SQL developer tools

วันนี้จะมาพูดถึง buffer overflow ใน pl/sql และการรันจาก pl/sql developer tools ถ้าเจอปัญหาอย่างนี้เราสามารถที่จะแก้ไขได้อย่างไร   .. Preview : 8943Related Search:buffer overflowpl/sql developer … Read entire article »

Filed under: Developer, ORA-Error, Oracle Tips, Utilities