From 0295b2daf88fbd940d2b38c22edfe7931c85013e Mon Sep 17 00:00:00 2001 From: David Start <37092569+davidastart@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:32:33 -0700 Subject: [PATCH] OCW fix for the SQL New Features workshop (#412) * initial_create * Updates and sandbox * Updated Copy Blocks * Update to copy blocks * Adding additional workshops * Manifest update * fixing manifest * Updates to md * Updated markdowns * Update markdown * Updated descriptions * Updates for ECPU change * Updating md files * Fixing step numbers * Updated wget commands * Uploading Images * Updated images and instructions * QA Updates * Lint Fixes * QA Updates * Additional QA Updates * Updates for dnf installs of tools * dnf update * Minor fixes * New Screenshots * Fixes to install * Video upload * Update for downloads. * Removing Sharding 23c * New Java version and download link * Fixing wget * java version change * Updates to java * Update download * Updating java and adding the tenancy option * OCW 23 pull request Adding logic for sql new features integration * Fix for sysdba --- 23cfree/sql-23c-features/sql-23c-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23cfree/sql-23c-features/sql-23c-features.md b/23cfree/sql-23c-features/sql-23c-features.md index aea35b56b..8638319a7 100644 --- a/23cfree/sql-23c-features/sql-23c-features.md +++ b/23cfree/sql-23c-features/sql-23c-features.md @@ -395,7 +395,7 @@ SQL Domains allow users to declare the intended usage for columns. They are data ``` ``` - sqlplus / as sys admin + sqlplus / as sysdba ``` 2. Now create the domain `yearbirth` and the table `person`.