Table names are stored in the database in uppercase and lowercase slightly

Source: Internet
Author: User

Today colleagues say that the table name you created is lowercase. In the parfile of EXPDP. Include=view: "(' view_name ')", this view_name in lowercase for what hint:

Ora-39168:object path VIEW is not found. Ora-31655:no data or metadata objects selected for job

I'm saying that when I build a view it's lowercase, but when it exists in the data dictionary, it becomes uppercase. This is how Oracle is stored.

CREATE TABLE Lm.dxmy (ID number);   --Lowercase Select d.owner,d.object_name from dba_objects d where owner= ' LM ' ORDER by D.object_name;<pre name= "code" class= "HT ML ">owner                          object_name---------------------------------------------------------------------------------- ----------------------------------------------------------------------------LM                             dxmy   --caps



Assume:

CREATE table LM. " Dxmy "(ID number);  --After the addition of an argument. Just store the desired uppercase and lowercase sql> select d.owner,d.object_name from Dba_objects d where owner= ' LM ' ORDER by d.object_name Desc; OWNER object_name------------------------------------------------------------------------------- -------------------------------------------------------------------------------LM dxmy   – Fixed Justified lowercase


Table names are stored in the database in uppercase and lowercase slightly

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.