Search

Search Results For tables

Managing Oracle Database Tables
A collection of 17 FAQs on database tables for DBA and developers. Clear answers are provided together with tutorial exercises to help beginners on creating, altering and removing tables, adding, altering and removing columns, and working with recycle bin.
Tags: Oracle, Tables | Rating: 5
989 Views | Oracle / Tables | 07-10-07 | cindy |
Joining Tables
In our third Oracle DBA lesson we discuss joining tables together and joining tables to themselves.
Tags: Tables | Rating: Not Rated
568 Views | Oracle / Tables | 07-10-07 | chris |
Parallel Clause and Small Tables
If you have multiple CPUs available you may come up with the idea to set parallel execution on every table. The Oracle Optimizer should decide about the degree of parallelism or even if is necessary to use parallel execution at all. What's a great thing on big tables shows up badly on small ones. The split up of all the work over more than one CPU may result in an overhead which exceeds the execution time needed by one CPU by factors. While the Optimizer recognises for index accesses not to use parallel execution it doesn't for full table scans. This sounds reasonable at first hand but consider that often full table scans are the fastest option on smaller tables.
Tags: Parallel, Clause, Tables | Rating: Not Rated
313 Views | Oracle / Tables | 07-10-07 | john |
How to measure Index Selectivity
B*TREE Indexes improve the performance of queries that select a small percentage of rows from a table. As a general guideline, we should create indexes on tables that are often queried for less than 15% of the table's rows. This value may be higher in situations where all data can be retrieved from an index, or where the indexed columns can be used for joining to other tables.
Tags: Measure, Index, Selectivity | Rating: Not Rated
392 Views | Oracle / Miscellaneous | 07-10-07 | david |
Understanding SQL SELECT Query Statements
A collection of 33 FAQs on Oracle SQL SELECT query statements. Clear answers are provided with tutorial exercises on selecting rows and columns from tables and views, sorting and counting query outputs, grouping outputs and applying group functions, joining tables, using subqueries.
Tags: Select, Query, Statements | Rating: Not Rated
1,485 Views | Oracle / Miscellaneous | 07-10-07 | guest |
Loading and Exporting Data
A collection of 27 FAQs on Oracle loading data and exporting data. Clear answers are provided with tutorial exercises on saving data as flat files, loading data from flat, exporting and importing database, schema and tables, creating external tables.
Tags: Data | Rating: Not Rated
1,411 Views | Oracle / Miscellaneous | 07-10-07 | frank |
Understanding SQL DML Statements
A collection of 15 FAQs on Oracle SQL DML statements. Clear answers are provided with tutorial exercises on inserting, updating and deleting rows from database tables.
Tags: Statements | Rating: Not Rated
1,122 Views | Oracle / Basics | 07-10-07 | cindy |
Understanding SQL DDL Statements
A collection of 12 FAQs on Oracle SQL DDL statements. Clear answers are provided with tutorial exercises on creating, altering and dropping tables, indexes, and views.
Tags: Statements | Rating: Not Rated
1,080 Views | Oracle / Miscellaneous | 07-10-07 | guest |
How to specify the WHERE clause for UPDATE / DELETE
Sometimes multiple users are accessing the same tables at the same time. In these situations, you need to decide when to allow your application to update the database. If you allow your application to always update the database it could overwrite changes made by other users. You can control when updates succeed by specifying which columns are included in the WHERE clause of an UPDATE or DELETE statement.
Tags: Specify, Where, Clause, Update, Delete | Rating: Not Rated
476 Views | Oracle / Clauses | 07-10-07 | guest |
N-Way Replication with New Oracle Streams book from Packt
N-Way replication takes the concepts for setting upa single-source configuration and applies it to a multi-master, or N-Way Replication environment configuration. Planning for N-Way replication starts with conflict resolution. Working with your business units is a must and setting and managing expectations needs to be done before any discussion of implementation. The use of Use Case scenarios driven down to transactions then to tables involved in those tansactions is one method to promote discussions with business units.
Tags: Nway, Replication, Oracle, Streams, Book, Packt | Rating: Not Rated
143 Views | Oracle / Basics | 18-02-10 | shernell911 |
Managing Oracle User Accounts, Schema and Privileges
A collection of 23 FAQs on Oracle user account, schema and privileges. Clear answers are provided with tutorial exercises on creating user accounts, granting privileges for session connections, granting privileges for creating tables and inserting rows.
Tags: Oracle, User, Accounts, Schema, Privileges | Rating: Not Rated
920 Views | Oracle / Miscellaneous | 07-10-07 | david |
Site Stats
Visitors Online309
Total Users1710
Categories76
Subcategories889
Tutorials24,008
Partners
Free Flash Games

Tired of working all day long and wanted to relax? Play really cool flash games to make the heat go away. From the thousands of games to choose from, You are most definitely going to find the ones you will like.

free.haxansweb.com/flash_games

Home|Tutorials|Submit|About Us|Blog|Advertise|Contact Us|Sitemap|Help / FAQ|Privacy Statement   © 2006-2010 Copyright Tutorials Expert.