Problems encountered when importing model from PD to Oracle9i and Their Solutions

Source: Internet
Author: User
Tags powerdesigner
After the data model is created in powerdesigner and connect to Oracle9i, the created table is displayed in the oralce management tool. However, when you use the SELECT command to query the table, the table name does not exist.
You can use the select * From tab command to query and find that the clusterid In the table displays a combination of uppercase and lowercase table names.
The possible cause is that PowerBuilder designs the table name, column name, and related objects directly created in Oracle.
The display case. After the SELECT command is used in sqlplus, the names not enclosed in double quotation marks are converted into uppercase letters.
In this way, the table name cannot be found.
Solution:
Change the code of all naming convention to uppercase in model options of tools in powerdesigner. In this way, all objects are capitalized when SQL statement is generated.

Done. Thanks to Han ge.

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.