Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The first section of Oracle learning notes is the introduction of the experimental environment and the push process

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

1. Download bcpserver and open the virtual machine through VMware Workstation

2. Vim / usr/sbin/workstation.list modifies the configuration file to bind the corresponding IP and MAC. This program can only write the first 90 IP at most.

3. Botang-create-dhcpconf invokes the server dhcpd restart command through this command.

4. To build a new OCP virtual machine, the hard disk size of the virtual machine must be set to 63G in order to successfully complete the installation without splitting the files.

5. Set the virtual machine to start through the network card PXE (the virtual machine starts with PXE by default, and the physical machine needs to be set up by BIOS), assign it to DHCP, enter enter, select YES, and then wait for more than 1 hour to push.

6. Select the OCP option to enter the system, and the push will not be completed until the following 7 lines are displayed.

[oracle@station55] $crs_stat-t

Name Type Target State Host

Ora.DATA.dg ora....up.type ONLINE ONLINE station55

Ora.FRA.dg ora....up.type ONLINE ONLINE station55

Ora....ER.lsnr ora....er.type ONLINE ONLINE station55

Ora.asm ora.asm.type ONLINE ONLINE station55

Ora.cssd ora.cssd.type ONLINE ONLINE station55

Ora.diskmon ora....on.type ONLINE ONLINE station55

Ora.orcl.db ora....se.type ONLINE ONLINE station55

At this time, you can play with the database pull.

[oracle@station55 ~] $sqlplus / nolog

SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 23 18:23:31 2016

Copyright (c) 1982, 2009, Oracle. All rights reserved.

SQL >

By logging in to the system with its own database connection tool, it is found that the database version is 11.2.0.1.0.

SQL > conn / as sysdba

Connected.

SQL > show user

USER is "SYS"

Use the superuser to log in to the database.

SQL > select * from v$version

BANNER

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0-Production

PL/SQL Release 11.2.0.1.0-Production

CORE 11.2.0.1.0 Production

TNS for Linux: Version 11.2.0.1.0-Production

NLSRTL Version 11.2.0.1.0-Production

Attach the push process, mainly through the workstation.cfg configuration file (the actual process is the client downloading from the server)

Attachment: http://down.51cto.com/data/2368081

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report