Oracle Database basic knowledge study notes

Source: Internet
Author: User

Oracle user Creation

Create user xxxxx identified by xxxxx

PROFILE DEFAULT

DEFAULT TABLESPACE USERS

Temporary tablespace TEMPTS01

Account unlock;

Note that you must first check whether there are two tablespaces in your database: USERS and TEMPTS01. If no, create the tablespace USERS and TEMPTS01 before creating the user.

Grant connect, resource to xxx again

Occi reading Oracle Problems

1. occi running on linux system, linux system adopts en_Us.utf-8 encoding mode, Oracle adopts al32utf8 encoding mode. However, the getString method of resultset of occi can be used to read English strings and garbled characters will appear in Chinese.

2. The setDatabuffer of occi does not support strings and new arrays. It is well supported only for Array strings that exist in stacks. However, this issue does not exist for non-string data.

Other problems are being solved. The occi interface is still very fast. Using multiple cycles to import data (affected by the size of the stack space) can reach entries/s on the 3.0g dual-core processor. This speed does not take into account data review and is imported as is.

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.