Skip to content
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
5c239da
add setup files
Hu5ton Oct 13, 2022
09009ac
Added initial LiveLab files
milesnov Oct 13, 2022
9995d2e
Corrected Lab Names
milesnov Oct 20, 2022
5e9b817
Worked on first lab and introduction
NGalloso Nov 3, 2022
eb17e7f
Deleted currently unneeded files, renamed files to match conventions,…
milesnov Nov 3, 2022
3513fd4
Added basic steps for labs 2-3
milesnov Nov 9, 2022
a82c1b2
Merge pull request #1 from milesnov/main
milesnov Nov 14, 2022
d6ab6fe
Added cloud shell step to first lab, small other changes throughout
milesnov Nov 16, 2022
c3c7710
Merge pull request #2 from milesnov/main
milesnov Nov 16, 2022
28b8e55
Updates to Lab 2 & Lab 3
milesnov Nov 16, 2022
8190cca
Merge pull request #3 from milesnov/main
milesnov Nov 16, 2022
0825e98
Added Some Screenshots
NGalloso Nov 16, 2022
ed0712a
Fixed small issue with Note
NGalloso Nov 16, 2022
1d6463a
Update lab1-task1-step4.png
NGalloso Nov 16, 2022
aae4f52
Updates to text descriptions & fixed one step
milesnov Nov 16, 2022
1630f97
Merge branch 'NGalloso:main' into main
milesnov Nov 16, 2022
06ec4b0
Merge pull request #4 from milesnov/main
milesnov Nov 16, 2022
115a3e0
Removed Screenshots and added descriptions instead
NGalloso Nov 17, 2022
8b1dd3c
Added screenshots to show successful connection to database
NGalloso Nov 17, 2022
6e6ecd2
Other file changes
milesnov Nov 29, 2022
01bc1c3
Added optional lab and other small changes
milesnov Dec 1, 2022
a27cfd3
changes to lab 2 and many step descriptions.
milesnov Dec 2, 2022
f02bca8
Acknowledgements added
milesnov Dec 2, 2022
ac5f0f3
Attempt to fix paths
NGalloso Dec 5, 2022
f16527e
Updated Lab 3 steps and added output examples.
milesnov Dec 6, 2022
51e1949
Merge branch 'main' of https://github.com/NGalloso/database
milesnov Dec 6, 2022
48eb09a
Small fix
milesnov Dec 6, 2022
a6f1f3e
Obscured user information in Lab #3 and added a note about it.
milesnov Dec 6, 2022
dd20df6
Small Fix
milesnov Dec 6, 2022
9a35616
Format fix
milesnov Dec 6, 2022
858981d
Implemented Rich's recommended Changes
milesnov Dec 9, 2022
8575b56
Updated Cloud Shell access directions
milesnov Dec 9, 2022
a8f40db
Made some fixes to typos and attempting fixes on weird formatting
NGalloso Dec 9, 2022
2ae73bb
Fixed Richard Evans name
NGalloso Dec 9, 2022
484cd22
Attempt to fix weird formatting
NGalloso Dec 9, 2022
3b2f3b4
Small cleanup done
NGalloso Dec 12, 2022
af51f28
Added Appendix and Notes for edge case where Direct Sign-In is needed
NGalloso Dec 19, 2022
8c9536d
Moved note for sign in error
NGalloso Jan 5, 2023
e2879d5
Fixed more formatting
NGalloso Jan 5, 2023
40e1db3
Updated Introduction to the lab that talks about the cloud shell
NGalloso Jan 9, 2023
d40c95b
Added QA Changes
milesnov Jan 13, 2023
7649539
Manifest path fix
milesnov Jan 13, 2023
31114ab
Fixed naming and captions
NGalloso Jan 13, 2023
71e607a
Fixed typos
NGalloso Jan 17, 2023
ccf6933
Final Format updates + new images for Lab4
milesnov Jan 17, 2023
e36c2ee
Temporary Update to Screenshots
NGalloso Jan 19, 2023
80958f1
Fixed workshop title
milesnov Jan 23, 2023
5145fad
Small fixes
milesnov Jan 26, 2023
39aa4f7
Updated File names to adhere to livelabs QA standards.
milesnov Jan 30, 2023
d9cc4a0
Merge branch 'oracle-livelabs:main' into main
milesnov Jan 30, 2023
5d6daa3
Added levelup23 folder with index.html & manifest.json
milesnov Feb 10, 2023
fd611f3
Merge branch 'main' of https://github.com/NGalloso/database
milesnov Feb 10, 2023
28e6929
Merge branch 'oracle-livelabs:main' into main
milesnov Feb 10, 2023
e9a2fae
Added image with new redwood theme
milesnov Feb 16, 2023
d33b476
Merge branch 'main' of https://github.com/NGalloso/database
milesnov Feb 16, 2023
ab9dedc
Updated some images to redwood
NGalloso Feb 16, 2023
e2302e7
Merge branch 'main' of https://github.com/NGalloso/database
NGalloso Feb 16, 2023
705d7f5
Updated images for redwood again
NGalloso Feb 16, 2023
35a9cca
Merge branch 'oracle-livelabs:main' into main
milesnov Feb 16, 2023
affb20f
Updating create user screenshot
NGalloso Feb 22, 2023
684a004
Updated Lab to add administrative user
NGalloso Feb 22, 2023
b5caa65
covered emails in image
NGalloso Feb 22, 2023
e808f82
Merge branch 'oracle-livelabs:main' into main
milesnov Feb 22, 2023
465061e
Added a quick note to prevent insert sql code errors
NGalloso Mar 13, 2023
8433ae9
Merge branch 'oracle-livelabs:main' into main
milesnov Mar 13, 2023
c5ced5e
Merge branch 'oracle-livelabs:main' into main
milesnov Mar 14, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ This lab assumes that you have completed the previous labs and have created all
1. Open the SQL command line, then connect to the database using the wallet file.
>**Note:** This command only works from inside the adb_wallet folder. Insure that you have navigated to it as shown in the previous steps.

>**Note:** When using SQL, do not paste commands using Crtl-V as hidden characters will also be inserted resulting in an error of unknown command. You can use Crtl-Shift-V as a substitute if using a keyboard to insert copied code.

```
<copy>sql /nolog</copy>
```
Expand Down