Oracle11g installation and basic usage-reprinted, oracle11g installation reprinted

Source: Internet
Author: User

Oracle11g installation and basic usage-reprinted, oracle11g installation reprinted

 

The size of the captured image is different. You can check it later! Test whether the operating system and hardware environment are consistent. I use win2008 Enterprise Edition. The steps below are all step by step. The figure is OK and I will not explain them in detail.

Please pay attention to the following configuration steps :-----------------------------------------------------------!

In fact, tablespaces should be understood as buckets and can be stored across partitions or hard disks. Permanent and Temporary. Generally, you can create your own permanent tablespace and use the system's own temporary tablespace.

Oracle is a cross-platform database. In fact, the graphic interface or web interface uses DML to manage tablespaces, databases (users), create tables, and discard tables. In fact, the name row is faster. This also shows that you are a database master. For more information, see Baidu and Google.

After the tablespace is created, create a user. You have created a database with the same name as the user! When creating a table, you must specify the tablespace name and temporary tablespace name stored in the database.

For temporary tablespace, select "TEMP. This is automatically created by the system.

The choice of roles is very important. Generally, "connect" and "dba" are required. Otherwise, they will be restricted to death and cannot do anything.Learn about security in other places. There is no system. The key is not good.

You can also use sqlplus to log in with "system", and then use: grant dba to "username"; and grant connect to "username"; to get authorization in the command line.

The database has been created. It seems that 11g does not have any management tools similar to mssql's Enterprise Manager. We generally use plsql developer. This tool is super powerful and has all the functions you want.

Next I will post the settings for connecting the client to the oracle server. If it is VS, you can use ODAC, so you do not need to install the client. After the installation, the VS plug-in is available, or you can choose not to use the plsql developer on the 3rd side. To download ODAC, go to the oracle official website.


Install and use oracle 11g r2 with 64-bit Windows 7 7 (new database, table)

First of all, do not worry about the installation of oracle11g in win7
The installation process is basically the same as the next step. You can select and create the default database (orcl) during installation. You can also use the dbca command or the Start menu to create your own database after installation.
After installation, you can use sqlplus/nolog
Conn sys/as sysdba Login
The listener needs to start the listener and the database you created.
Plsql will automatically search for your tnsnames file and connect to it
The other is to create a tablespace (data file ora dbf) after sys logs on to the system and create user authorization. This can be found on the Internet.
Then you can log on to the table and create a table using commands or plsql.

After oracle11g is finished, there are only three oracle headers in the service. Why?

Oracle11g has three packages, one of which is the client in the middle. If you are learning it yourself, you do not need to install it. If you are a company or remotely connect to the database, installing the client can save a lot of space, the remaining two packages are completely installed at Oracle11g. decompress the two packages and the package will be automatically decompressed to a file. After decompression, click the installation file to install the package. Then, follow the prompts to install the package.

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.