Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:51
Show Gist options
  • Save recursivecodes/9d5afb7306028aa48bdbda627eda5e0c to your computer and use it in GitHub Desktop.
Save recursivecodes/9d5afb7306028aa48bdbda627eda5e0c to your computer and use it in GitHub Desktop.
describe.sh
SQL> describe testcollection;
            Name       Null?             Type 
________________ ___________ ________________ 
ID               NOT NULL    VARCHAR2(255)    
CREATED_ON       NOT NULL    TIMESTAMP(6)     
LAST_MODIFIED    NOT NULL    TIMESTAMP(6)     
VERSION          NOT NULL    VARCHAR2(255)    
JSON_DOCUMENT                BLOB  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment