首页
关于
壁纸
直播
留言
友链
统计
Search
1
《三国志英杰传》攻略
6,034 阅读
2
白嫖Emby
5,771 阅读
3
Emby客户端IOS破解
5,769 阅读
4
《吞食天地1》金手指代码
4,696 阅读
5
破解emby-server
4,040 阅读
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
登录
Search
标签搜索
ubuntu
mysql
openwrt
zerotier
springboot
centos
openvpn
jdk
吞食天地2
synology
spring
idea
windows11
吞食天地1
transmission
google-play
Japanese
xcode
群晖
kiftd
MoonjerX
累计撰写
370
篇文章
累计收到
459
条评论
首页
栏目
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
页面
关于
壁纸
直播
留言
友链
统计
搜索到
1
篇与
oracle
的结果
2022-04-15
在Windows10专业版下使用docker安装oracle11g教程
一、安装Docker1、确保你的电脑是win10专业版家庭版的用户需自行升级至专业版才可使用。2、开启Hyper-VWin+R,输入appwiz.cpl,快速打开控制面板中的“程序和功能”在左侧点击“启用或关闭Windows功能”,把Hyper-V勾上3、下载并安装DockerDocker的官方下载地址二、使用Docker安装Oracle1、拉取镜像打开CMD,输入docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g拉取阿里云上的Oracle镜像2、启动Oracle镜像作为容器docker run -d -p 1521:1521 --name oracle11g registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g3、进入容器docker exec -it oracle11g bash4、配置环境变量使用root账号登录,命令为su root,密码为hellowin输入 vi /etc/profile ,修改配置文件在文件的最后面的 unset -f pathmunge的下一行,按i插入环境变量export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2 export ORACLE_SID=helowin export PATH=$ORACLE_HOME/bin:$PATH按esc,再输入:wq!退出文件编辑。输入exit退出root用户,回到oracle用户。输入 source /etc/profile ,使配置文件生效。5、创建用户依次输入以下命令:sqlplus /nolog conn /as sysdba; alter user system identified by oracle;将system用户的密码设为oracleconn system/oracle; create user aaa identified by aaa;user后面接的是你要新建的用户名,by后面的是你新建的用户密码给新用户授权grant all privileges to aaa;三、使用Navicat连接数据库
2022年04月15日
609 阅读
0 评论
0 点赞
您的IP: