Spatial Cartridge provides sample SQL script files to show how to use dynamic SQL in a PL/SQL block to create layer tables for spatially indexed data or to administer and manipulate all the partitions of a partitioned spatial table. The scripts are available after installation in the ORACLE_HOM...
This script performs the following steps: Create a database named GraphDemo. Create node tables. Create edge tables. SQL Copy -- Create a GraphDemo database IF NOT EXISTS (SELECT * FROM sys.databases WHERE NAME = 'graphdemo') CREATE DATABASE GraphDemo; GO USE GraphDemo; GO -- Create...
If the maintainer wants to hand over the role to other people, they should create a PR on GitHub to update CODEOWNERS, REVIEWERS and CONTRIBUTORS.md with new maintainer, and the new maintainer should review the PR and approve it. EDK II Platforms ...
Follow the instructions in the README.txt supplied with the TBFS. The toplevel script tbfs.sq, when run as SYSDBA, creates and sets up the TBFS. DBFS Sample Store plsql-hierarchical-profiler.zip This archive contains code to create several PL/SQL programs and to use the PL/SQL hierarchi...
The main stored procedure used in the demo workload isSales.usp_InsertSalesOrder_inmem/ondisk. The script in the below constructs a table-valued parameter (TVP) with sample data, and calls the procedure to insert a sales order with five line items. ...
The first script builds the database tables processed by the sample programs. The second script loads (or reloads) the database tables. To run the scripts, invoke SQL*Plus, then issue the following commands: SQL> START exampbld...SQL> START examplod ...
Add thesample_SDK.DependentOptionSetSample.jsScript web resource to the JavaScript libraries available for the form. In theOnloadevent for the form, configure the event handler to call theSDK.DependentOptionSet.initfunction and pass in the name of the JavaScript web resource containing the JSON co...
<Table> <Name>MyTableName1</Name> </Table> <Table> <Name>MyTableName2</Name> </Table> </Schema> </Database> </Server> <Workload> <!-- The following element specifies a workload file, which can be a trace file or a Transact-SQL script file. --> <File>...
This example includes a heavily commented stylesheet demonstrating how one might write CSS for tasks typical of a novel: running heads and page numbering, table of contents, thematic breaks, poetry; and also how to give pagination goals (avoiding widow or orphan lines, avoiding having too few li...
Create a file under /usr/local/sbin/azure_crypt_key.sh, with the content in the following script. Pay attention to the KeyFileName, because it's the passphrase file name used by Azure. Bash Copy #!/bin/sh MountPoint=/tmp-keydisk-mount KeyFileName=LinuxPassPhraseFileName echo "Try...