Oralce troubleshooting Summary

Source: Internet
Author: User


Oralce troubleshooting Summary 1. Unable to connect to the Oracle database during development in Visual Studio. When confirming that the connection configuration is correct, you can consider permission issues and run Studio as an administrator; 2. Dll locating occurs when you use Sqlplus or local commands for import and export. This problem is generally caused by the installation of multiple versions. The solution is simple. Modify the environment variable Path, keep the environment variable of the Oralce version; www.2cto.com
3. You cannot use imp to export a table created by Oralce: This is mainly caused by problems that may occur after the oracle 11g. By default, the new table oracle does not create table segments, although this table exists in the system, it cannot be exported through imp and impdb. The solution is to execute: alter table xxxx allocate extent; of course, inserting a piece of data can also be solved. 4. If you cannot confirm the specific issue due to Oralce permission problems, you can try to revoke the permission of the client folder and then re-grant it to solve some problems caused by permissions.

Related Article

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.