VTC - Introduction to Oracle 11g

mp4   Hot:88   Size:2.47 GB   Created:2017-08-30 13:27:27   Update:2021-12-10 05:19:24  

Download link

File List

  • 01 Introduction/1.Welcome to Oracle Database.mp4 1.71 MB
    01 Introduction/2.Useful Web Sites.mp4 26.18 MB
    01 Introduction/3.Choosing Your Profession.mp4 6.5 MB
    01 Introduction/4.About This Course.mp4 4.71 MB
    01 Introduction/5.Certification.mp4 47.65 MB
    02 Oracle Installation & Configuration/6.Using Amazon Web Services.mp4 7.2 MB
    02 Oracle Installation & Configuration/7.Downloading Oracle Software.mp4 20.43 MB
    02 Oracle Installation & Configuration/8.Preparing a Linux Server pt. 1.mp4 37.07 MB
    02 Oracle Installation & Configuration/9.Preparing a Linux Server pt. 2.mp4 31.1 MB
    02 Oracle Installation & Configuration/10.Install Oracle on Linux pt. 1.mp4 21.36 MB
    02 Oracle Installation & Configuration/11.Install Oracle on Linux pt. 2.mp4 21.4 MB
    02 Oracle Installation & Configuration/12.Install Oracle on Windows.mp4 12.39 MB
    02 Oracle Installation & Configuration/13.Install Oracle Client Software.mp4 9.01 MB
    02 Oracle Installation & Configuration/14.Creating an Oracle Database.mp4 24.47 MB
    02 Oracle Installation & Configuration/15.Download -amp;amp; Install Oracle Docs.mp4 18.82 MB
    02 Oracle Installation & Configuration/16.Finding Things in Oracle Docs.mp4 41.96 MB
    03 Tools & Configuration/17.Deinstalling -amp;amp; Reinstalling Oracle.mp4 24.28 MB
    03 Tools & Configuration/18.Rerunning netca - ntemgr - dbca.mp4 22.47 MB
    03 Tools & Configuration/19.Oracle Enterprise Manager (OEM).mp4 20.17 MB
    03 Tools & Configuration/20.Using SQL-Plus.mp4 27.45 MB
    03 Tools & Configuration/21.Download -amp;amp; Install SQL Developer.mp4 27.81 MB
    04 The Relational Database/22.Using SQL Developer.mp4 22.82 MB
    04 The Relational Database/23.Metadata vs. Data.mp4 15.57 MB
    04 The Relational Database/24.Introducing Tables -amp;amp; Things.mp4 12.06 MB
    04 The Relational Database/25.Sample Models Used in This Course.mp4 4.01 MB
    04 The Relational Database/26.Relational Database Model.mp4 21.25 MB
    04 The Relational Database/27.Types of Databases (OLTP -amp;amp; DW).mp4 10.85 MB
    04 The Relational Database/28.Normalization -amp;amp; Normal Forms pt. 1.mp4 18.87 MB
    04 The Relational Database/29.Normalization -amp;amp; Normal Forms pt. 2.mp4 15.14 MB
    04 The Relational Database/30.Custom vs. Off the Shelf.mp4 20 MB
    05 The Architecture of Oracle/31.Commits -amp;amp; Rollbacks.mp4 6.73 MB
    05 The Architecture of Oracle/32.Multi-User Transactions.mp4 17.5 MB
    05 The Architecture of Oracle/33.General Oracle Architecture.mp4 7.62 MB
    05 The Architecture of Oracle/34.Datafiles -amp;amp; Tablespaces pt. 1.mp4 10.78 MB
    05 The Architecture of Oracle/35.Datafiles -amp;amp; Tablespaces pt. 2.mp4 24.27 MB
    05 The Architecture of Oracle/36.Processes -amp;amp; Memory.mp4 21.79 MB
    05 The Architecture of Oracle/37.Backup -amp;amp; Recovery.mp4 13.75 MB
    05 The Architecture of Oracle/38.Failover with Standby.mp4 17.34 MB
    05 The Architecture of Oracle/39.High Availability with RAC.mp4 12.8 MB
    05 The Architecture of Oracle/40.Adding ASM to Oracle RAC.mp4 5.23 MB
    05 The Architecture of Oracle/41.Replication.mp4 11.34 MB
    06 Working with Tables/42.Generating Tables from a Data Model.mp4 21.18 MB
    06 Working with Tables/43.Types of Tables.mp4 8.16 MB
    06 Working with Tables/44.Methods of Table Creation.mp4 8.35 MB
    06 Working with Tables/45.Simple Datatypes.mp4 8.3 MB
    06 Working with Tables/46.Basic CREATE TABLE Syntax.mp4 21.78 MB
    06 Working with Tables/47.Some Advanced CREATE TABLE Syntax.mp4 28.04 MB
    06 Working with Tables/48.Inline Constraints.mp4 20.42 MB
    06 Working with Tables/49.Out of Line Constraints.mp4 13.7 MB
    06 Working with Tables/50.Naming Constraints -amp;amp; More Syntax.mp4 19.27 MB
    06 Working with Tables/51.Primary -amp;amp; Foreign Key Indexing.mp4 15.3 MB
    06 Working with Tables/52.Organizing My Data Model.mp4 18.34 MB
    06 Working with Tables/53.Unique Constraints - Non-FK Inversions.mp4 31.87 MB
    06 Working with Tables/54.Check Constraints -amp;amp; Default Values.mp4 28.38 MB
    06 Working with Tables/55.Global Temporary - Tablespaces - Logging.mp4 18.49 MB
    06 Working with Tables/56.Parallel Processing pt. 1.mp4 13.04 MB
    06 Working with Tables/57.Parallel Processing pt. 2.mp4 10.96 MB
    06 Working with Tables/58.Partitions - Externals - Compression.mp4 13.22 MB
    06 Working with Tables/59.Basic Dropping -amp;amp; Altering Tables.mp4 12.74 MB
    06 Working with Tables/60.Metadata Views pt. 1.mp4 27.46 MB
    06 Working with Tables/61.Metadata Views pt. 2.mp4 29.38 MB
    07 The SELECT Statement/62.Basic SELECT Statement Syntax.mp4 21.51 MB
    07 The SELECT Statement/63.Updating Model -amp;amp; Importing Data .mp4 30.09 MB
    07 The SELECT Statement/64.The SELECT -amp;amp; FROM Clauses.mp4 12.33 MB
    07 The SELECT Statement/65.One - Many - All Columns .mp4 14.02 MB
    07 The SELECT Statement/66.Rename SELECT Columns.mp4 14.89 MB
    07 The SELECT Statement/67.Schema References.mp4 15.3 MB
    07 The SELECT Statement/68.Aliases.mp4 21.36 MB
    07 The SELECT Statement/69.Expressions.mp4 20.16 MB
    07 The SELECT Statement/70.Precedence -amp;amp; Operators pt. 1.mp4 19.89 MB
    07 The SELECT Statement/71.Precedence -amp;amp; Operators pt. 2.mp4 16.48 MB
    07 The SELECT Statement/72.The DUAL Table - Pseudocolumns - SYSDATE.mp4 22.84 MB
    07 The SELECT Statement/73.Using Functions.mp4 25.28 MB
    07 The SELECT Statement/74.The DISTINCT Clause.mp4 23.09 MB
    07 The SELECT Statement/75.Using NULLs in Oracle SQL.mp4 23.69 MB
    07 The SELECT Statement/76.UNION - INTERSECT - MINUS - Count Function.mp4 33.98 MB
    08 Restricting & Filtering Data/77.WHERE Clause Syntax.mp4 20.91 MB
    08 Restricting & Filtering Data/78.WHERE Clause Comparison Conditions.mp4 17.21 MB
    08 Restricting & Filtering Data/79.Equality -amp;amp; Inequality.mp4 24.17 MB
    08 Restricting & Filtering Data/80.IS - NOT - NULL.mp4 27.06 MB
    08 Restricting & Filtering Data/81.Range -amp;amp; BETWEEN pt. 1.mp4 25.95 MB
    08 Restricting & Filtering Data/82.Range -amp;amp; BETWEEN pt. 2.mp4 23.84 MB
    08 Restricting & Filtering Data/83.LIKE Pattern Match.mp4 29.77 MB
    08 Restricting & Filtering Data/84.ANY -amp;amp; SOME -amp;amp; ALL.mp4 41.81 MB
    08 Restricting & Filtering Data/85.Logical - Compound Operators pt. 1.mp4 16.85 MB
    08 Restricting & Filtering Data/86.Logical - Compound Operators pt. 2.mp4 19.62 MB
    08 Restricting & Filtering Data/87.Logical - Compound Operators pt. 3.mp4 19.21 MB
    08 Restricting & Filtering Data/88.IN List Comparisons.mp4 24.75 MB
    08 Restricting & Filtering Data/89.Making Queries Run Faster pt. 1.mp4 25.37 MB
    08 Restricting & Filtering Data/90.Making Queries Run Faster pt. 2.mp4 21.19 MB
    08 Restricting & Filtering Data/91.Making Queries Run Faster pt. 3.mp4 15.19 MB
    08 Restricting & Filtering Data/92.Making Queries Run Faster pt. 4.mp4 19.63 MB
    09 Sorting Data/93.ORDER BY Clause Syntax.mp4 12.87 MB
    09 Sorting Data/94.Sorting by Column.mp4 20.58 MB
    09 Sorting Data/95.Sorting by Position.mp4 14.19 MB
    09 Sorting Data/96.Ascending -amp;amp; Descending Sorts.mp4 18.56 MB
    09 Sorting Data/97.NULLS First -amp;amp; NULLS Last.mp4 8.9 MB
    09 Sorting Data/98.Sorting by Expression.mp4 11.91 MB
    10 Single Row Functions/99.Types of Functions.mp4 9.02 MB
    10 Single Row Functions/100.Single Rows Functions in Manuals.mp4 29.48 MB
    10 Single Row Functions/101.Using String Functions pt. 1.mp4 5.28 MB
    10 Single Row Functions/102.Using String Functions pt. 2.mp4 16.86 MB
    10 Single Row Functions/103.Using String Functions pt. 3.mp4 15.42 MB
    10 Single Row Functions/104.Using Number Functions.mp4 14.06 MB
    10 Single Row Functions/105.Using Date -amp;amp; Time Functions.mp4 17.07 MB
    10 Single Row Functions/106.Using Conversion Functions.mp4 19.1 MB
    10 Single Row Functions/107.Miscellaneous Functions.mp4 19.61 MB
    11 Joining Tables/108.What is a Join-.mp4 9.69 MB
    11 Joining Tables/109.Join Clause Syntax.mp4 11.95 MB
    11 Joining Tables/110.Types of Joins.mp4 6.43 MB
    11 Joining Tables/111.Cross Joins.mp4 21.35 MB
    11 Joining Tables/112.Inner Joins pt. 1.mp4 17.8 MB
    11 Joining Tables/113.Inner Joins pt. 2.mp4 18.42 MB
    11 Joining Tables/114.Natural Joins.mp4 16.97 MB
    11 Joining Tables/115.Types of Outer Joins.mp4 12.7 MB
    11 Joining Tables/116.Left Outer Join.mp4 13.02 MB
    11 Joining Tables/117.Right Outer Join.mp4 16.55 MB
    11 Joining Tables/118.Full Outer Join.mp4 22.77 MB
    11 Joining Tables/119.Self Join.mp4 16.43 MB
    11 Joining Tables/120.Using Outer -amp;amp; Self Joins.mp4 21.89 MB
    11 Joining Tables/121.ANSI -amp;amp; Oracle Prop. Syntax.mp4 4.03 MB
    12 Aggregating Using GROUP BY/122.GROUP BY Clause Syntax.mp4 12.59 MB
    12 Aggregating Using GROUP BY/123.What GROUP BY Does.mp4 3.05 MB
    12 Aggregating Using GROUP BY/124.Grouping Functions.mp4 22.15 MB
    12 Aggregating Using GROUP BY/125.Summary Functions pt. 1.mp4 18.84 MB
    12 Aggregating Using GROUP BY/126.Summary Functions pt. 2.mp4 13.14 MB
    12 Aggregating Using GROUP BY/127.Statistical Functions.mp4 17.19 MB
    12 Aggregating Using GROUP BY/128.Ranking Functions.mp4 19.99 MB
    12 Aggregating Using GROUP BY/129.Analytic Functions.mp4 17.52 MB
    12 Aggregating Using GROUP BY/130.Group Functions -amp;amp; Null Values.mp4 9.24 MB
    12 Aggregating Using GROUP BY/131.Basic GROUP BY Clauses.mp4 11.09 MB
    12 Aggregating Using GROUP BY/132.Filter Grouped Results with HAVING.mp4 15.45 MB
    12 Aggregating Using GROUP BY/133.More Changes to the Shows Model.mp4 28.73 MB
    12 Aggregating Using GROUP BY/134.The ROLLUP Clause.mp4 34.01 MB
    12 Aggregating Using GROUP BY/135.The CUBE Clause.mp4 22.48 MB
    12 Aggregating Using GROUP BY/136.The GROUPING SETS Clause.mp4 16.02 MB
    12 Aggregating Using GROUP BY/137.Pivot Queries.mp4 11.17 MB
    13 Conclusion/138.Course Wrap Up.mp4 13.36 MB
    14 Credits/139.About the Author.mp4 1.97 MB
    oracle11g.zip 887.63 KB

Download Info

  • Tips

    “VTC - Introduction to Oracle 11g” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.