After Oracle is installed, there is a default database in which we can create our own database, in addition to the default database.For beginners, to avoid trouble, you can create a database with the ' Database Configuration Assistant ' Wizard.After
Alter system dump DATAFILE 8 block 2523;Block dump from disk:Buffer tsn:87 rdba:0x160dd924 (88/907556)SCN:0X0D5E.326709F3 seq:0x01 flg:0x06 tail:0x09f30601frmt:0x02 chkval:0x85a7 Type:0x06=trans DataHex dump of Block:st=0, typ_found=1Dump of memory
Select table_name from User_tables; The current user's tableSelect table_name from All_tables; All users ' tablesSelect table_name from Dba_tables; including system tablesSelect table_name from dba_tables where owner= ' user name
Oracle Notes (iii) Scott User's Table structureIn Oracle's learning, the focus is on SQL statements, and all SQL statements are done under the Scott user, who has a total of four tables that can be used:SELECT * from Tab;To see the names of all data
Because the Oracle database was previously on top of the server, the Oracle client was installed locally, and then PL/SQL was loaded.Recently, for some reason, you need to install the Oracle database locally, after installation, connect to the
Sometimes we need to insert a record into a table and return the primary key ID value.Assume that the value of the primary key ID is obtained through the sequence of the corresponding table, and then the ID is assignedHere are a few things to note:1)
This article mainly describes the Oracle-related commands commonly used in shell programming. 1. Sqlplus-l/-s ParametersSqlplus-l user/-S User/password #-s to set silent mode, commonly used2. Set related commandsset timing on #显示SQL语句的运行时间. The
First, the preparatory work 1, download the Oracle installation package: Linux.x64_11gR2_database_1of2.zip and Linux.x64_11gR2_database_2of2.zip, can be downloaded to local, The FTP service is uploaded to the Linux system (refer to the CentOS7 FTP
I. String part1.CONCAT Connection two strings;Sql> Select Concat (' 010-', ' 7163738 ') from dual;CONCAT (' 010-----------010-7163738 2. Length returns the lengths of the strings;Sql> Select Length (' 12345678 ') from dual;LENGTH (' 12345678 ')------
Previously obtained Oracle database backups are typically DMP files, creating tablespaces and users directly using IMP or IMPDP import.This time I encountered a special situation, the other side of the data provided to me is the use of Sqlplus
First, create a table:
CREATE TABLE Example (
ID Number (4) Not NULL PRIMARY KEY,
NAME VARCHAR (25));
Then, customize a sequence (sequence):
CREATE SEQUENCE example_sequence
INCREMENT by 1--add a few each time
For purposes such as improving data security, we may want to restrict access to Oracle, allowing some IP connections to the database or denying some IP access to the database.Of course, the use of iptables can also reach the limit of the target, but
1, unzip the file 10201_database_win32.zip, and double-click the Setup.exe directory, the installation interface appears as follows:2, enter the password and confirm the password, such as:password, click Next, the following progress bar appears,Note:
The literal meaning of First_value () and Last_value () is intuitive, taking the values of the records.Example: Query department The earliest occurrence of sales record date and recent sales record dateSelect dept_id , Sale_date ,
Sequence: is a database object provided by Oacle to produce a series of unique numbers.L automatically provide a unique valueL Shared objectsL mainly used to provide primary key valueL Loading sequence values into memory improves access efficiencyTo
day04--E Oracle Query BasicsLearning Goals:? Modifying data? Delete Data? Simple query? Conditional Query? Group queriese Oracle Modified datause the UPDATE statement to modify the data in the table. U Ue pdate statement basic syntax:Update table
about Oracle in - sequence sequence+ trigger trigger: Implementing a data Table tabdata_live_cycle The self-increment of the primary key ID in the .CREATE SEQUENCE Tabdata_live_cycle_seqMINVALUE 0MAXVALUE 9999999999999999999999999999INCREMENT by 1
Error tip: ora-28001:the password has expired (DBD Error:ocisessionbegin)Workaround: Change the password to never expire(1) Check the user's proifle is which, generally is default:sql>select username,profile from Dba_users;(2) View password
Oracle Archive mode is very important!It is dangerous for some databases to be non-archived after they have just been installed! For the sake of security, be sure to remember: for Oracle database, must be set to the archive mode, especially the
User Profile Password Management1, you can think of the profile as a data object (file, rules)Case:Allow a user to try to log in at most 3 times, such as 3 unsuccessful logins, lock the user, and cannot log on to the system for two days after
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