A series of work on installing Oracle in Linux

Source: Internet
Author: User

To install Oracle in a virtual machine Linux:

Step 1: copy the oracle Installation Software to the Linux environment. The specific steps are as follows: in/etc/samba/sam. configure the shared directory in conf. First, you need to create a new folder (you can also use it to give your public folder, so I won't talk about it here) ------ create a directory under which you want to share it. I will give you an example on the Internet.

Simple settings

#================== Global Settings ========================
[Global]

# Browsing/Identification ###

Workgroup = mshome
Server string = samba
Security = share
Wins support = no
; Encrypt passwords = yes
; Guest OK = no
; Guest account = nobody

#================ Share Definitions ========================
[Sda5]
Path =/win/sda5 (path of the shared directory)
; Browseable = yes
Guest OK = yes (you can log on directly without entering the user name and password)
Available = yes
Browsable = yes
Public = yes
Writable = yes

[Share]
Path =/share
; Browseable = yes
Guest OK = yes
Available = yes
Browsable = yes
Public = yes
Writable = yes

Save!

Set permissions for the sda5 folder ==== chmod 777 sda5

Then restart the service: Command (service smb restart)

The most important thing is to turn off the Linux Firewall (maybe this will be insecure)

In Windows cmd, enter: // Virtual Machine ip Address

You can use it!

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.