oracleskill

Home

Search

Search Keyword oracle consultance Total: 50 results found.

Search Again

Search Result

  1. oracle database 10g background processes

    Category: บทความ/สอนการใช้งาน Oracle

    ในสถาปัตยกรรม Oracle Database 10g แบ่ง ส่วน ประกอบหลัก ออกเป็น 2 ส่วน ส่วน Instance ส่วน Database  ... Monday, 30 November 2009
  2. Create Database with DBCA in Oracle 10g (Part 2/2)

    Category: บทความ/สอนการใช้งาน Oracle

    ... สร้าง schema สำหรับใช้ทดสอบ เช่น HR,OE ที่มี user SCOTT เหมือนใน document oracle (เหมือน Database Northwind ที่ใช้หัดเล่นใน ACCESS,MS SQL SERVER ประมาณนี้ )   14. หน้า Initialization Parameters ให้เลือก ... Sunday, 09 August 2009
  3. Performing Joins Using the SQL/92 Syntax (Part 2/2)

    Category: บทความ/สอนการใช้งาน Oracle

    Inner-Join SQL/86  SELECT e.ename,d.dname FROM emp e , dept d WHERE e.deptno = d.deptno ;SQL/92 SELECT e.ename,d.dname FROM emp e INNER JOIN dept d ON e.deptno = d.deptno ;      Non-equi join SQL/86 ... Sunday, 09 August 2009
  4. Type of Oracle Join (Part 3 of 3)

    Category: บทความ/สอนการใช้งาน Oracle

    Self join   ชื่อก็บอกแล้วว่า Self Join ตรงๆตัว ก็คือการ Join ภายในตารางเดียวกัน เนื่องจากการออกแบบตารางนั้น มี column อย่างน้อย 2 column มีความสัมพันธ์ซึ่งกันและกัน เราสามารถ Join ตัวเองได้โดยการเอาตารางเดียวกันนี้แหละ ... Saturday, 08 August 2009
  5. Type of Oracle Join (Part 2 of 3)

    Category: บทความ/สอนการใช้งาน Oracle

    Natural join   Natural Join ก็คือ Equi-Join ที่ไม่ได้ระบุว่าจะเอา column อะไรมาเป็น ตัวเท่ากับ ระหว่างกัน ซึ่ง Oracle จะไปดูว่า column ไหน ที่เป็น column ชื่อเหมือนกัน ของตารางที่จะมา join มันก็จะจับ ... Saturday, 08 August 2009
  6. Oracle after Hours : Gathering Statistics

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    Do you know what your database is doing after dark and on the weekends? What happens between 10 P.M. and 6 A.M. on weekdays, and all weekend? Would you be surprised to know that Oracle, by default, schedules ... Wednesday, 14 January 2009
  7. Finding Foreign key constraints in oracle.

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    ... key column, Oracle does not allow enabling a foreign key constraint on a child key column. Primary/unique keys on the parent key column will not allow duplicate values. I created primary key index on ... Wednesday, 14 January 2009
  8. DBA Interview Question

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    ... of both sets together in random order, not worrying about duplicates.      2. What are some advantages to using Oracle's CREATE DATABASE statement to create a new database manually? •  You can script ... Wednesday, 14 January 2009
  9. Linux Tips and Tricks for Oracle.

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    Introduction: Oracle committed to Linux in 1998, with its first database released on Linux. Now Oracle claims its database software is number one on Linux with a market share of more than 75%. Though Oracle ... Wednesday, 14 January 2009
  10. Oracle 11g security & auditing new features.

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

          Enhanced Password             Pete Finnigan notes some new Oracle 11g security features "[Oracle 11g] will have case sensitive passwords and also the password algorithm has changed to SHA-1 instead ... Wednesday, 14 January 2009
  11. Oracle 11g Performance tuning optimization new features.

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

          Automatic Memory Tuning             Automatic PGA tuning was introduced in Oracle 9i. Automatic SGA tuning was introduced in Oracle 10g. In 11g, all memory can be tuned automatically by setting ... Wednesday, 14 January 2009
  12. Oracle 11g OEM Enterprise Manager new features..

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

          Interfaces to Applications             "Oracle says that extending Enterprise Manager's capabilities are part of the firm's promise to seamlessly integrate the spoils of its many acquisitions -- ... Wednesday, 14 January 2009
  13. Oracle 11g High Availability & RAC new features..

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

         Oracle continues to enhanced Real Application Clusters in Oracle11g and we see some exciting new features in RAC manageability and enhanced performance:                          Oracle 11g RAC parallel ... Wednesday, 14 January 2009
  14. Oracle 11g DBA new features..

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

          Table-level control of CBO statistics refresh threshold             When Oracle automatically enables statistics collection, the default "staleness" threshold of 10% can now be changed with the ... Wednesday, 14 January 2009
  15. Oracle 11g programming support new features...

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    PHP             Improved PHP driver for Oracle.                         Compilers            Improved native Java & PL/SQL compilers.                         Oracle 11g XML Enhancements           ... Wednesday, 14 January 2009
  16. Oracle 11g PL/SQL new features.

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    ...     Oracle 11g SQL new features Oracle 11g programming support new features Oracle 11g DBA new features Oracle 11g High Availability & RAC new features Oracle 11g OEM Enterprise Manager new features Oracle ... Wednesday, 14 January 2009
  17. Oracle 11g SQL new features

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    ... can cache both SQL and PL/SQL results for super-fast subsequent retrieval.                         XML SQL queries            Oracle11g will support query mechanisms for XML including XQuery and SQL ... Wednesday, 14 January 2009
  18. On becoming a DBA .

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    One of the most common questions I am asked is: How can I become a DBA? The answer, of course, depends a lot on what you are currently doing. Programmers who have developed applications using a database ... Wednesday, 14 January 2009
  19. RMAN Online Backup -- (Using Configured Result)

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

    This example performs an online (hot) backup of the Oracle database using RMAN. Before performing an online backup, the Oracle database must be in archive log mode . You can use the command " archive log ... Wednesday, 14 January 2009
  20. Manual Oracle Uninstall

    Category: บทความ/บทความด้าน Oracle จาก guru ทั่วโลก

         A number of people have contacted me regarding problems uninstalling Oracle products. The two methods listed below should only be used as a last resort and will remove all Oracle software allowing ... Wednesday, 14 January 2009

Search Again

Search Parameters

Search Only:





Page 1 of 3