Transfer plsql under Windows to Ubuntu

Source: Internet
Author: User

1, first download the installation wine, install the unsuccessful update under the source can be.

2,ctal+alt+t Open the console:

CD ~/.wine/drive_c

Mkdir-p Oracle/bin

Mkdir-p Oracle/network

Copy the Tnsnames.ora under Windows Oracle Server into the network

Copy the Oracle Client folder under Windows directly into the bin, and be careful to copy the files under the folder Instantclient_11_2, not this folder

3. Modify the Registration Form

Wine regedit

Inside the Registry Editor, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment,

(1) Find path, the original already exists, its value is C:\windows\system32; C:\windows; C:\windows\system32\wbem, plus C:\oracle\bin, is becoming:

C:\windows\system32; C:\windows; C:\windows\system32\wbem;c:\oracle\bin

(2) Add a registry key, the right mouse button in the space, select New---String value, named Oracle_home, the value is C:\oracle

(3) Add another item: Name Tns_admin, value c:\oracle\network\admin

4, copy the Pl_sql folder under Windows, open Find startup Item Plsqldev.exe, right-click to start in wine mode.

After launch, do not login, open tools-"preferences->connection:

modifying Oracle Home:c:\oracle\bin

OCI Library:c:\oracle\bin\oci.dll

Complete.

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.