1. Creating Charts in SQL Developer 4.0 - Oracle

    You can view the standard database reports that come with SQL Developer, and you can create your own user defined reports and charts. In this tutorial you create a user defined chart report, selecting its features and properties, and you generate an HTML version of the report.

  2. Property Graphs in Oracle Database 23ai: The SQL/PGQ Standard

    Mar 19, 2025 · SQL Property Graph Queries (SQL/PGQ) is a new addition to the ISO/IEC SQL Standard that lets you create and query property graphs. SQL/PGQ has been made available in the Oracle Database with the release of Oracle Database 23ai.

  3. R12 – How to Get Chart of Accounts Segment Descriptions

    Jun 2, 2014 · In R12, We Can’t just directly get the Code Combination ( i.e Accounting Flex Field) Description from a single table. But Oracle has provided a package, which will help to get the description easily. Where: P_ID, you can pass Code Combination Id to get description for …

  4. oracle database - How to extract table definitions using SQL or …

    Oct 24, 2013 · Can somebody tell me how to extract my table definitions using SQL? I want to extract the datatypes of all my tables and other information from my Oracle schema. I have about 100 tables.

    • Reviews: 3

      Code sample

      select * from all_tab_cols
      where owner = 'CCO';
    • Part II SQL Property Graphs - docs.oracle.com

      You can work with SQL property graphs in any SQL based interface (such as SQL Developer, SQLPLUS, or SQLcl) or from a Java program using JDBC. SQL DDL Statements for Property Graphs You can create, revalidate, rename, and drop SQL property graphs using SQL data …

    Refresh