Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:oracle [2024/10/13 11:19] – [Oracle PDB] darrontools:oracle [2024/10/13 22:26] (current) – [Resources] darron
Line 862: Line 862:
 GRANT CREATE TABLE TO dbuser CONTAINER=CURRENT; GRANT CREATE TABLE TO dbuser CONTAINER=CURRENT;
 GRANT CREATE TYPE TO dbuser  CONTAINER=CURRENT; GRANT CREATE TYPE TO dbuser  CONTAINER=CURRENT;
 +GRANT CREATE PROCEDURE TO dbuser CONTAINER=CURRENT;
 ALTER USER dbuser QUOTA UNLIMITED ON USERS CONTAINER=CURRENT; ALTER USER dbuser QUOTA UNLIMITED ON USERS CONTAINER=CURRENT;
 </code> </code>
Line 1046: Line 1047:
 [[https://www.php.net/manual/en/ref.oci8.php|PHP OCI8 Reference Guide]] [[https://www.php.net/manual/en/ref.oci8.php|PHP OCI8 Reference Guide]]
  
 +[[https://docs.oracle.com/en/database/oracle/oracle-database/19/lnpcc/c-c-programmers-guide.pdf|C Programmers Guide]]
 +
 +[[https://docs.oracle.com/en/database/oracle/oracle-database/18/lnoci/oci-demo-programs.html|C Demo Code overview]]
 +
 +[[https://github.com/oleksiivorobiov/oracle_oci_examples/|Demo Code including C]]
 +
 +[[https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html|Instant client for Linux]]
 +
 +[[https://www.oracle.com/database/technologies/instant-client/precompiler-downloads.html|Pro C pre-compiler]]