Skip to content

updated copyright date. Also add SQL AI functions for parsing and sum… #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Oracle and/or its affiliates.
Copyright (c) 2025 Oracle and/or its affiliates.

The Universal Permissive License (UPL), Version 1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
vulnerability disclosure process.

## License
Copyright (c) 2024 Oracle and/or its affiliates.
Copyright (c) 2025 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can
2. Use the Azure cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.

<hr>
Copyright (c) 2024 Oracle and/or its affiliates.<br>
Copyright (c) 2025 Oracle and/or its affiliates.<br>
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
2 changes: 1 addition & 1 deletion multicloud/azure-cli/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/config.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-adb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

set -e
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-compute-vm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-network.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/create-resource-group.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/delete-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/delete-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/show-adb-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/azure-cli/show-data-lake-storage-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/


Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can
2. Use the Azure cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.

<hr>
Copyright (c) 2024 Oracle and/or its affiliates.<br>
Copyright (c) 2025 Oracle and/or its affiliates.<br>
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/config.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/create-adb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/create-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

set -e
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/create-compute-vm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/create-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/create-network.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/delete-adb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/delete-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/delete-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
source ./config

Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/delete-network.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/show-adb-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/gcloud-cli/show-data-lake-storage-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/


Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can
2. Use the OCI cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.

<hr>
Copyright (c) 2024 Oracle and/or its affiliates.<br>
Copyright (c) 2025 Oracle and/or its affiliates.<br>
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
2 changes: 1 addition & 1 deletion multicloud/oci-cli/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements.
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/config.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# update the values below to match your requirements.
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/create-adb.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/create-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

set -e
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/create-compartment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/create-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/delete-adb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/delete-all-resources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/delete-data-lake-storage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

# ensure you update the config file to match your deployment prior to running the deployment
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/show-adb-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

echo ""
Expand Down
2 changes: 1 addition & 1 deletion multicloud/oci-cli/show-data-lake-storage-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2024 Oracle and/or its affiliates.
# Copyright (c) 2025 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/


Expand Down
3 changes: 2 additions & 1 deletion sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Try out these scripts to learn how to get started using Autonomous Database. Sim
|[select-ai-create-synthetic-data.sql](select-ai-create-synthetic-data.sql)|Use AI to generate sample data sets. You will create tables and then populate them based on rules that you specify.|
|[select-ai-nl2sql.sql](select-ai-nl2sql.sql)|Use natural language to query your data|
|[select-ai-sql-function.sql](select-ai-sql-function.sql)|Use Select AI SQL functions to apply AI to your data. These examples summarize a support chat and make product recommendations based on info in your database|
|[select-ai-transform-and-summarize.sql](select-ai-transform-and-summarize.sql)|This builds on the previous sample. This will use Select AI SQL functions to transform data, parsing unstructured text into structured fields. For example, derive an address from free-form text. Or, derive key phrases and sentiment and return the result in structured format. This is useful for then storing the data in a way that can be queried using SQL|
|[select-ai-rag.sql](select-ai-rag.sql)|Select AI makes it easy to create AI vector management pipelines and then ask questions using AI and your organization's knowledge base|
|[json-duality.sql](json-duality.sql)|Autonomous Database allows you to work with JSON in many different ways. JSON Collections stored your documents in tables. No changes are made to those documents. JSON Duality Views present relational data as JSON - allowing you to query and update that data using the JSON APIs (like MongoDB API) or SQL. Check out both approaches.|

Expand Down Expand Up @@ -74,5 +75,5 @@ You can find the Azure OpenAI settings in the Azure OpenAI Studio:


<hr>
Copyright (c) 2024 Oracle and/or its affiliates.<br>
Copyright (c) 2025 Oracle and/or its affiliates.<br>
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
24 changes: 18 additions & 6 deletions sql/config-default.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

--
Expand All @@ -10,6 +10,7 @@ define CONN='jdbc:oracle:thin:@(description=...)'
-- user name and password used for the sample data
define USER_NAME='moviestream'
-- # The password is for the sample user. It must be between 12 and 30 characters long and must include at least one uppercase letter, one lowercase letter, and one numeric character
-- example: watchS0meMovies#
define USER_PASSWORD=''

--
Expand All @@ -21,9 +22,12 @@ define AI_PROVIDER='oci'
-- The Select AI profile name that encapsulates the AI provider info + tables for NL2SQL
define AI_PROFILE_NAME='genai'
-- This is a database credential that captures the secret key or other connection info
define AI_CREDENTIAL_NAME='AI_cred'
define AI_CREDENTIAL_NAME='AI_CRED'

-- The endpoint should be the servername only. For example, myopenai.openai.azure.com. This is not required for OCI GenAI.
-- The endpoint should be the servername only. This is not required for OCI GenAI.
-- Examples:
-- myopenai.openai.azure.com
-- us-east4-aiplatform.googleapis.com
define AI_ENDPOINT=''
-- API key for AI service. This is not required for OCI GenAI.
define AI_KEY=''
Expand All @@ -43,13 +47,21 @@ define AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME='your-openai-emedding-deployment-n
-- you can get the storage info by running /multicloud/{oci|azure|gcloud}-cli/show-data-lake-storage-info.sh
define STORAGE_PROVIDER='oci'
-- The url is a pointer to the bucket that will be used for import/export to object storage
-- Examples:
-- google: https://storage.googleapis.com/adb-sample
-- azure : https://devadbstorageacct.blob.core.windows.net/adb-sample
-- oci : https://adwc4pm.objectstorage.us-ashburn-1.oci.customer-oci.com/n/adwc4pm/b/adb-sample/o
define STORAGE_URL=''

-- A database credential encapsulates the authentication details to the object store. Specify a name for the credential below
define STORAGE_CREDENTIAL_NAME='storage_cred'

-- below required for azure
define STORAGE_KEY=''
define STORAGE_ACCOUNT_NAME=''
--Azure storage properties
define AZURE_STORAGE_ACCOUNT_NAME=''
define AZURE_STORAGE_KEY=''
-- Google storage properties
define GOOGLE_STORAGE_ACCESS_KEY=''
define GOOGLE_STORAGE_SECRET=''

--
-- OCI API credentials
Expand Down
2 changes: 1 addition & 1 deletion sql/config.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

--
Expand Down
2 changes: 1 addition & 1 deletion sql/data-create-sample-schema.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

--
Expand Down
2 changes: 1 addition & 1 deletion sql/data-export-to-datalake.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

/** Export data to cloud storage **/
Expand Down
2 changes: 1 addition & 1 deletion sql/data-import-from-datalake.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

/** Import data to Azure Data Lake **/
Expand Down
2 changes: 1 addition & 1 deletion sql/json-duality.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

/* Apply AI SQL function to your data to summarize information, make recommendations and more */
Expand Down
2 changes: 1 addition & 1 deletion sql/security-vpd.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

CREATE TABLE "MOVIESTREAM"."VGSALES"
Expand Down
2 changes: 1 addition & 1 deletion sql/select-ai-admin-enable.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2024 Oracle and/or its affiliates.
-- Copyright (c) 2025 Oracle and/or its affiliates.
-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

/* Run this script as the Autonomous Database ADMIN user */
Expand Down
Loading