You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/sql/sql-do-ityourself/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ Explore a variety of Oracle SQL tools to streamline your database management tas
38
38
-[Video Tutorials](link)
39
39
40
40
-**sqlplus**: Master the command-line interface for Oracle Database with sqlplus. Learn essential commands and best practices for efficient SQL execution.
41
-
-[Official Documentation](link)
42
-
-[Command Reference](link)
43
-
-[Tips and Tricks](link)
41
+
-[Official Documentation: ](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqpug/index.html)Comprehensive guide covering SQL*Plus commands and usage for Oracle Database 23ai.
42
+
-[Command Reference: ](https://docs.oracle.com/en/database/oracle/oracle-database/21/sqpug/SQL-Plus-command-reference.html#GUID-177F24B7-D154-4F8B-A05B-7568079800C6)Detailed command reference for SQL*Plus in Oracle Database 21c, including syntax and examples.
43
+
-[Tips and Tricks: ](https://docs.oracle.com/search/?q=sql+plus)Helpful tips for efficiently using SQL*Plus, including command-line operations and PL/SQL execution.
44
44
45
45
-**SQLcl**: Dive into the versatile command-line interface for Oracle Database with SQLcl. Experience its advanced features and customization options for enhanced SQL scripting and execution.
46
-
-[Official Documentation](link)
47
-
-[Installation Guide](link)
48
-
-[Customization Tips](link)
46
+
-[Official Documentation: ](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/21.4/sqcug/index.html)Detailed documentation on SQLcl features, commands, and usage.
47
+
-[Installation Guide: ](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html)Step-by-step instructions for installing SQLcl on different operating systems.
48
+
-[Customization Tips: ](https://docs.oracle.com/search/?q=sqlcl&pg=1&size=10&showfirstpage=true&cType=WM147046%2CWM147070%2CWM175021&lang=en)SCLcl Blogs, FAQs and Tutorials.
49
49
50
50
## 1.1. SQL Tips
51
51
@@ -75,7 +75,7 @@ Access a repository of SQL examples to learn practical applications of SQL in va
75
75
76
76
Get quick access to essential SQL commands, syntax, and tips with the SQL Clue Card. Print it out or keep it handy for reference during your SQL scripting sessions.
-[Official Documentation: ](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/21.4/sqcug/index.html)Detailed documentation on SQLcl features, commands, and usage.
93
+
-[Installation Guide: ](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html)Step-by-step instructions for installing SQLcl on different operating systems.
94
+
-[Customization Tips: ](https://docs.oracle.com/search/?q=sqlcl&pg=1&size=10&showfirstpage=true&cType=WM147046%2CWM147070%2CWM175021&lang=en)SCLcl Blogs, FAQs and Tutorials.
95
95
96
96
## 2.3. Getting Started
97
97
98
98
Ready to explore SQLcl? Follow these steps to install SQLcl and start leveraging its powerful features for SQL scripting and database management.
99
99
100
-
1.[Download SQLcl](link) and follow the installation instructions for your operating system.
100
+
1.[Download SQLcl](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html) and follow the installation instructions for your operating system.
101
101
2. Configure SQLcl settings and customize your environment according to your preferences.
102
102
3. Explore SQLcl commands and features to familiarize yourself with its capabilities.
103
103
4. Start scripting and executing SQL commands with ease using SQLcl's intuitive interface.
0 commit comments