The Oracle tutorial you are looking at is the Setup method for PB7 connecting Oracle.
System environment:
1, operating system: Windows 2000
2. Database: Oracle 8i R2 (8.1.6) for NT Enterprise Edition
3,
The Oracle tutorial you are looking at is to resolve the planned stability of Oracle 8i/9i.
Starting with Oralce8.1, Oracle added a new feature is stored outlines, or plan stability (planning stability). This feature brings three benefits. First,
Inserting a piece of article (1000~2000) into the CLOB attribute of a database in a project today will report an error with a string that is too long.
The net says to deal with the flow, did not do so. This is like a bug, as long as the inserted
The Oracle tutorial you are looking at is: Oracle three upload file technology.
There are several ways to upload files to a database or server file system in Oracle, and here are three of the following: Oracle HTTP server (OHS) Mod_plsql modules
1. Understanding Oracle External Tables
External table Definition: The structure is stored in the data dictionary, and the table data is placed in the OS file in the table
Role: Querying the database for OS file data and loading OS file data into
In Oracle databases, the Oracle To_date () function is a function we use frequently, and the following is a detailed introduction to the use of the Oracle To_date () function, which I hope will enlighten you.
To_date () with 24-hour notation and MM-
--1. To view a locked table
SELECT p.spid, a.serial#, C.object_name, b.session_id, b.oracle_username,b.os_user_name from
v$process p, v$ Session A, V$locked_object B, all_objects c
WHERE p.addr = a.paddr and
a.process = b.process
First look at the Oracle database encoding
Sql> SELECT * from nls_database_parameters where parameter = ' nls_characterset ';
PARAMETER--------------------VALUE--------------------Nls_charactersetAl32utf8
This is derived from props$,
After a lot of data is stored in the database, you may need to remove the entire piece of data and separate it with special symbols, and the entire data must be in one row, so if the data appearsWhen the line is wrapped, there is a problem
Function:
1, allow/limit the modification of the table
2, automatically generate derived columns, such as self-added fields
3. Enforce data consistency
4. Provide audit and log records
5, prevent invalid transaction processing
6. Enable Complex
Duplicate data can be in two cases, the first: only some of the fields in the table, and the second is exactly the same as two rows of records. one, for partial field duplicate data deletion 1. Query for duplicate dataSelect field 1, Field 2, COUNT (
Using language to achieve
Benefits:
1, can reduce access to the database.
2, good portability.
Harm:
1, the operation to consider more things, modify a place to modify another place. In other words, they are interrelated. If you change a little, it
Format:
SELECT column
From table_name
START with Column=value
CONNECT by PRIOR Parent PRIMARY KEY = child foreign key
Select Lpad (', 4* (level-1)) | | Name Name,job,id,super from EMP
Start with super is null
Connect by Prior Id=super
Example:
Raw
The Automated diagnostics information Base (ADR) is introduced in Oracle 11g, which provides a uniform and consistent mechanism for storing, formatting, and locating all database diagnostics (EASY-TO-USE file structures). ADR associates errors with
1. Copy table structure and data:
Copy Code code as follows:
CREATE TABLE Table_name_new as SELECT * from Table_name_old
2. Copy only the table structure:
Copy Code code as follows:
CREATE TABLE Table_name_new
Friend asked:
There's a school. Oracle database encoding is GBK, and the library has a lot of production data, now want to change to UTF8, if the implementation of this step, what will occur?
My answer is:
Because UTF8 's library Chinese
The permission system of Oracle database is divided into system permissions and object permissions. System permissions (Database system privilege) allows users to perform a specific set of commands. For example, the CREATE TABLE permission allows a
The comment on command in Oracle is used to describe the table or field, and the syntax is as follows:
Copy Code code as follows:
COMMENT on
{TABLE [schema.]
{table | view}
| COLUMN [schema.]
{table. | view. |
1.
The SYS user has DBA authority and has the SYS mode to log in to the database only through SYSDBA. is the highest-privileged account in the Oracle database
System has DBA authority. But no SYSDBA permissions. Usually use this account to manage
The concept of partitioned tables
Partitions are committed to resolving key issues that support large tables and indexes. It uses the method that they decompose into smaller and manageable slices called partitions (piece). Once a partition is
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service