Oracle knowledge collection

Source: Internet
Author: User

Restoration After Oracle Deletion

Savepoint;

Delete from student;

Rollback to;

Modify date format in Oracle

Alter session set nls_date_format = 'yyyy-mm-dd'

Query records with blank or non-empty fields in Oracle

Select * from student where birthday is null

Select * from student where birthday is not null

Delete a configuration file

Drop profile a [cascade]

Alter user xh account unlock: unlock the user

Limit the number of user logon failures

1. Create a configuration file. If the user fails to log on three times, the lock will be performed for two days. The keyword in the blacklist is:

Create profile a limit failed_login_attempts 3 password_lock_time 2

2. Apply this configuration file to the user xh

Alter user xh profile

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.