background preloader

Oracle

Facebook Twitter

Smart Replication for Oracle SE. Dbvisit Standby is smart replication for Oracle Standard Edition.

Smart Replication for Oracle SE

It is built on top of the tried and proven Oracle redo/archive logging mechanism, and provides a complete tool for delivering disaster recovery databases. A Dbvisit Standby configuration consists of a primary (production) database and one or more standby (backup) databases. The primary and standby databases connect using a secure mechanism over TCP/IP, allowing databases to exist anywhere provided they can communicate with one another via TCP/IP. Paramétrage optimal pour PCTFREE, PCTUSED et INITRANS, par Tom Kyte. Cet article est la traduction d’une réponse Tom Kyte à une question sur le paramétrage idéal de PCTFREE, PCTUSED et INITRANS (L’article original en anglais se trouve ici).

Paramétrage optimal pour PCTFREE, PCTUSED et INITRANS, par Tom Kyte

Si vous avez une table qui ne subit que des inserts, mettez PCTFREE à 0, parce que vous n’avez rien à réserver pour les updates. si vous savez une table dont les lignes doublent de taille, c’est une bonne idée de mettre PCTFREE à 50, pour réserver de la place pour les updates. Vous devez comprendre comment les données grossissent dans le temps. Its All About Oracle. OCI Demonstration Programs. Oracle provides code examples illustrating the use of OCI calls.

OCI Demonstration Programs

These programs are provided for demonstration purposes, and are not guaranteed to run on all operating systems. Panda-qry - Browse Files at SourceForge.net. Oracle Product Set - Oracle FAQ. Oracle Corporation provides the following products: Oracle Database Server[edit] The Oracle database server is available in the following editions: Oracle Enterprise Edition[edit] Oracle's top-end database server product.

Oracle Product Set - Oracle FAQ

The following optional database options can be purchased separately. Partitioning Option[edit] The partitioning option allows DBAs to split large tables into more manageable sub-tables (partitions). Changement de catégorie ou le passage à la “Standard Edition” - EASYTEAM. Aller au contenu Menu.

Changement de catégorie ou le passage à la “Standard Edition” - EASYTEAM

Oracle connection strings - ConnectionStrings.com. ORA-29250 to ORA-32799. ORA-29250: Invalid index specifed in call to dbms_sql.bind_array Cause: An invalid index was specified in a call to bind_array of dbms_sql.

ORA-29250 to ORA-32799

The index may have been null or of an improper value. SELECT. Semantics subquery_factoring_clause The WITH query_name clause lets you assign a name to a subquery block.

SELECT

ConnectionStrings.com - Forgot that connection string? Get it here! SQL*Plus Command Reference. An asterisk (*) indicates the SET option is not available in iSQL*Plus.

SQL*Plus Command Reference

SET APPI[NFO]{ON | OFF | text} Sets automatic registering of scripts through the DBMS_APPLICATION_INFO package. This enables the performance and resource usage of each script to be monitored by your DBA. The registered name appears in the MODULE column of the V$SESSION and V$SQLAREA virtual tables. You can also read the registered name using the DBMS_APPLICATION_INFO.READ_MODULE procedure. ON registers scripts invoked by the @, @@ or START commands. Formatting SQL*Plus Reports. This chapter explains how to format your query results to produce a finished report.

Formatting SQL*Plus Reports

This chapter does not discuss HTML output, but covers the following topics: Read this chapter while sitting at your computer and try out the examples shown. Before beginning, make sure you have access to the HR sample schema described in SQL*Plus Quick Start. Formatting Columns. You searched for drop table - SQLite Tutorial. Sécurité des bases de données - Protection et chiffrement des données. Single Client Access Name. Single Client Access Name (SCAN) is an Oracle Real Application Clusters (Oracle RAC) feature that provides a single name for clients to access Oracle Databases running in a cluster.

Single Client Access Name

This chapter discusses the following concepts related to the SCAN: Overview of Single Client Access Name The SCAN is a domain name registered to at least one and up to three IP addresses, either in Domain Naming Service (DNS) or Grid Naming Service (GNS). When you use GNS and Dynamic Host Configuration Protocol (DHCP), Oracle Clusterware configures the Virtual IP (VIP) addresses for the SCAN name that is provided during cluster configuration. The node VIP and the three SCAN VIPs are obtained from the DHCP server when you use GNS. OCI Connection Pooling. The Java Database Connectivity (JDBC) Oracle Call Interface (OCI) driver connection pooling functionality is part of the JDBC client. This functionality is provided by the OracleOCIConnectionPool class. A JDBC application can have multiple pools at the same time.

Multiple pools can correspond to multiple application servers or pools to different data sources. The connection pooling provided by the JDBC OCI driver enables applications to have multiple logical connections, all using a small set of physical connections. Each call on a logical connection gets routed on to the physical connection that is available at the time of call.

SQL*Net. Oracle Database Programming Interface for C (ODPI-C) About ODPI-C Oracle Database Programming Interface for C (ODPI-C) is an open source library of C code that simplifies the use of common Oracle Call Interface (OCI) features for Oracle Database drivers and user applications. The ODPI-C project is open source and maintained by Oracle Corp. Installation See ODPI-C Installation. Documentation See ODPI-C Documentation and Release Notes. Samples. Java - What is the correct JDBC URL to connect to a RAC database. Oracle, Software. Hardware. Complete. Installing Sample Schemas. During a complete installation of your Oracle Database, the sample schemas can be installed automatically with the seed database. If the seed database is removed from the system, you will need to reinstall the sample schemas before you can perform the steps given in the examples that you find in Oracle documentation and training materials.

This chapter describes how to install Product_Name. It contains the following sections: Using the Database Configuration Assistant When you install Oracle Database with the Oracle Universal Installer, the sample schemas are installed by default if you select the Basic Installation option. At the end of the installation process, a dialog box displays the accounts that have been created and their lock status. ALTER USER hr ACCOUNT UNLOCK IDENTIFIED BY Password;

Tuto : Installer Debian sous VirtualBox en s'affranchissant des additions invité. VirtualBox c'est bien pratique pour créer et gérer des machines virtuelles, mais les additions invité fonctionnent une fois sur deux. On va donc voir comment installer un Debian Jessie dessus et surtout comment se passer de ces fameuses additions. Optimization of Joins. Will you, won't you, will you, won't you, will you join the dance? Lewis Carroll This chapter discusses how the Oracle optimizer executes SQL statements that contain joins, anti-joins, and semi-joins. It also describes how the optimizer can use bitmap indexes to execute star queries, which join a fact table to multiple dimension tables. This chapter includes: Optimizing Join Statements To choose an execution plan for a join statement, the optimizer must make these interrelated decisions: Calcul de statistiques et mode concurrent. Beaucoup d’entre vous utilisent surement le paramètre DEGREE dans les procédures du package DBMS_STATS afin de paralléliser leur traitement de calcul de statistiques.

Mais ce que beaucoup ignorent c’est que le parallélisme ne se fait qu’au niveau du segment. Il ne peut y avoir un calcul de statistiques sur plusieurs segments à la fois. Donc, le parallélisme appliqué au calcul de statistiques n’est intéressant que lorsqu’on a affaire à de très grosses tables. ASH and AWR Performance Tuning Scripts. Listed below are some SQL queries which I find particularly useful for performance tuning. These are based on the Active Session History V$ View to get a current perspective of performance and the DBA_HIST_* AWR history tables for obtaining performance data pertaining to a period of time in the past. I would like to add that these queries have been customised by me based on SQL scripts obtained from colleagues and peers. So if I am infringing any copyright material let me know and I shall remove the same.

Also If anyone has any similar useful scripts to contribute for use by the community do send it to me and I shall include the same on this page Top Recent Wait Events. Welcome to the RPM repository on fr2.rpmfind.net. Welcome to the RPM repository on fr2.rpmfind.net rpm2html automatically generates Web pages describing a set of RPM packages. The Rpmfind tool allows automate the search of packages from the RPM Database or maintain your system up-to-date in a more automated way. The goals of rpm2html are also to identify the dependencies between various packages and to find the package(s) providing the resources needed to install a given package.

Every package is analyzed to retrieve its dependencies and the resources it offers. These relationships are expressed using hyperlinks in the generated pages. Check the FAQ in case of problems with rpm2html or rpmfind. Completing a Default Linux Installation. Chapter 9. Setting File Handles. The maximum number of file handles denotes the maximum number of open files on a Linux system. Installation d'Oracle 12c et configuration d'une instance. How to setup vsftpd FTP file Server on Redhat 7 Linux. In this short config we will install FTP file Server on RHEL7 Linux using vsftpd. We will stick to the default vsftpd configuration which enables user accounts on our existing RHEL7 Linux system to login via FTP from a remote location, list and transfer files. Fixing 500 OOPS: vsftpd: refusing to run with writable root inside chroot () - Ben Scobie. After upgrading vsftpd or vsftpd-ext you may be getting the following message when trying to log in.

Linux.oracle. Oracle Database Software Downloads. Oracle Linux ou RedHat Linux : comment choisir ? High Availability Case Studies. Increase Oracle Database Availability with Fast-Start Failover. Database Help Center.