Skip to content

Commit dc4c713

Browse files
committed
update
1 parent af4b0e7 commit dc4c713

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

DB学习之路.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,17 @@
102102
# Oracle Database
103103

104104
* Oracle Database DownLoad: http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html
105-
* Documents: http://docs.oracle.com/en/database/
106-
* Database Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28320/index.htm
107-
* Database SQL Language Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28286/index.htm
108-
* Database JDBC Developer's Guide: http://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm
105+
* Oracle SQL Developer: http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
106+
* Instant Client Downloads for Microsoft Windows (32-bit): http://www.oracle.com/technetwork/topics/winsoft-085727.html
107+
* Database Virtual Box Appliance / Virtual Machine: http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html
108+
109+
* https://support.oracle.com/
110+
* https://asktom.oracle.com
111+
112+
* http://docs.oracle.com/en/database/
113+
* http://docs.oracle.com/en/bigdata/
114+
109115
* Listener Control Utility (LSNRCTL): http://docs.oracle.com/cd/A87861_01/NT817EE/network.817/a76933/controlu.htm#433891
110-
* Database Concepts: http://docs.oracle.com/database/121/CNCPT/toc.htm
111116
* The differences of "on delete cascade" and "on delete set null": http://docs.oracle.com/cd/B28359_01/server.111/b28286/clauses002.htm (search "on delete")
112117
* Database Error Messages: http://docs.oracle.com/cd/B28359_01/server.111/b28278/toc.htm
113118
* 3 Starting Up and Shutting Down: http://docs.oracle.com/database/121/ADMIN/start.htm
@@ -119,27 +124,19 @@
119124
* 12 Managing Archived Redo Log Files: http://docs.oracle.com/database/121/ADMIN/archredo.htm#ADMIN008
120125
* 3 Setting Up a Globalization Support Environment: http://docs.oracle.com/database/121/NLSPG/ch3globenv.htm#NLSPG003
121126
* 12 Logical Storage Structures: http://docs.oracle.com/database/121/CNCPT/logical.htm#CNCPT004
122-
* dbms_lob.substr: http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_lob.htm#i999349
127+
* dbms_lob.substr: http://docs.oracle.com/database/122/ARPLS/DBMS_LOB.htm#ARPLS66748
123128
* SQL*Loader: http://docs.oracle.com/cd/E11882_01/server.112/e22490/ldr_concepts.htm#SUTIL003
124129
* Database Net Services Reference: http://docs.oracle.com/cd/E11882_01/network.112/e10835/toc.htm
125130
* 8 Data Sources and URLs: http://docs.oracle.com/cd/B28359_01/java.111/b31224/urls.htm
126131
* Predefined User Accounts Provided by Oracle Database: http://docs.oracle.com/database/122/TDPSG/securing-the-database-installation-and-configuration.htm#TDPSG20030
127132
* Protecting Your Database: Specifying Passwords for Users SYS and SYSTEM: http://docs.oracle.com/cd/B28359_01/server.111/b28310/create004.htm#ADMIN11087
128133
* Managing Oracle Enterprise Manager Database Control: http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbcontrol.htm#ADMIN13401
129-
* 2 Oracle SQL Connector for Hadoop Distributed File System: http://docs.oracle.com/cd/E37231_01/doc.20/e36961/sqlch.htm#BDCUG125
130134
* Generating an AWR Report Using the Command-Line Interface: http://docs.oracle.com/database/121/TGDBA/gather_stats.htm#TGDBA233
131135
* TRUNC (date): http://docs.oracle.com/cd/B28359_01/server.111/b28286/functions209.htm#SQLRF06151
132136
* SYS_CONTEXT: http://docs.oracle.com/database/122/SQLRF/SYS_CONTEXT.htm#SQLRF06117
133137
* ALTER SEQUENCE: http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_2011.htm#SQLRF00817
134138
* / (slash): http://docs.oracle.com/cd/B28359_01/server.111/b31189/ch12004.htm
135139

136-
* Oracle SQL Developer: http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
137-
* Instant Client Downloads for Microsoft Windows (32-bit): http://www.oracle.com/technetwork/topics/winsoft-085727.html
138-
* Database Virtual Box Appliance / Virtual Machine: http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html
139-
140-
* https://support.oracle.com/
141-
* https://asktom.oracle.com
142-
143140
* Oracle SQL Handler:http://www.heartblue.cn/
144141
* SI Object Browser:http://www.presoft.com.cn/ob/
145142

0 commit comments

Comments
 (0)