当前位置: 首页 > news >正文

客户说做网站价格高百度官方优化指南

客户说做网站价格高,百度官方优化指南,网站未备案做经营被罚款,做定制校服的网站文章目录 1. macOS 上部署 Oracle 数据库通过 Docker 在 macOS 上部署 2. Linux 上部署 Oracle 数据库直接在 Linux 上部署通过 Docker 在 Linux 上部署 3. Windows 上部署 Oracle 数据库4. 使用 Docker 部署 Oracle 数据库前提条件拉取 Oracle 数据库 Docker 镜像运行 Oracle …

文章目录

      • 1. macOS 上部署 Oracle 数据库
        • 通过 Docker 在 macOS 上部署
      • 2. Linux 上部署 Oracle 数据库
        • 直接在 Linux 上部署
        • 通过 Docker 在 Linux 上部署
      • 3. Windows 上部署 Oracle 数据库
      • 4. 使用 Docker 部署 Oracle 数据库
        • 前提条件
        • 拉取 Oracle 数据库 Docker 镜像
        • 运行 Oracle 数据库容器
        • 连接到数据库
        • 停止和启动容器

在不同操作系统和容器中部署 Oracle 数据库有不同的步骤。以下是关于如何在 macOS、Linux、Windows 以及 Docker 上部署 Oracle 数据库的指南:

1. macOS 上部署 Oracle 数据库

Oracle 不直接支持在 macOS 上安装 Oracle 数据库,但是你可以使用虚拟机或者 Docker 进行部署。

通过 Docker 在 macOS 上部署
  1. 安装 Docker Desktop

    • 前往 Docker 官网下载并安装 Docker Desktop for Mac。
    • 启动 Docker Desktop。
  2. 拉取 Oracle 数据库镜像
    Oracle 提供了官方的 Oracle Database Docker 镜像,可以在 Oracle Container Registry 上找到。

    • 你需要先在 Oracle Container Registry 上注册并接受许可协议。

    • 使用以下命令拉取 Oracle 数据库镜像:

      docker pull container-registry.oracle.com/database/enterprise:19.3.0.0
      
  3. 运行 Oracle 数据库容器

    • 使用以下命令运行容器:

      docker run -d --name oracle-db \
      -p 1521:1521 -p 5500:5500 \
      -e ORACLE_PWD=YourPassword \
      container-registry.oracle.com/database/enterprise:19.3.0.0
      
    • -p 1521:1521-p 5500:5500 是将容器的端口映射到主机的端口。

    • -e ORACLE_PWD=YourPassword 设置 Oracle 数据库的 SYS 用户密码。

  4. 连接到数据库

    • 使用 SQL Developer 或其他 Oracle 客户端工具,连接到 localhost:1521,使用用户名 SYS 和你设置的密码。

2. Linux 上部署 Oracle 数据库

Oracle 官方支持在 Linux 上部署数据库,主要在 Oracle Linux、Red Hat Enterprise Linux (RHEL)、CentOS 等发行版上。

直接在 Linux 上部署
  1. 下载 Oracle 数据库

    • 访问 Oracle 官方下载页面。
    • 下载适用于你系统的 Oracle Database 安装文件,例如 linuxx64_19c_database.zip
  2. 安装必要的依赖和设置

    • 安装一些必需的软件包:

      sudo yum install -y oracle-database-preinstall-19c
      
    • 创建 Oracle 用户和组:

      sudo groupadd oinstall
      sudo groupadd dba
      sudo useradd -g oinstall -G dba oracle
      sudo passwd oracle
      
    • 创建 Oracle 数据库目录:

      sudo mkdir -p /u01/app/oracle
      sudo chown -R oracle:oinstall /u01/app/oracle
      sudo chmod -R 775 /u01/app/oracle
      
  3. 安装 Oracle 数据库

    • oracle 用户登录并解压下载的安装包:

      unzip linuxx64_19c_database.zip
      cd database
      
    • 启动安装程序:

      ./runInstaller
      
    • 选择典型安装并按照安装程序提示完成安装。

  4. 配置 Oracle 数据库

    • 使用 netca 配置网络监听。
    • 使用 dbca 创建数据库。
通过 Docker 在 Linux 上部署

与 macOS 上的 Docker 步骤相同,参考上面的 Docker 部署部分。

3. Windows 上部署 Oracle 数据库

Oracle 提供了直接在 Windows 上安装的可执行安装程序。

  1. 下载 Oracle 数据库

    • 访问 Oracle 官方下载页面。
    • 下载适用于 Windows 的 Oracle Database 安装文件,例如 WINDOWS.X64_193000_db_home.zip
  2. 解压和运行安装程序

    • 解压下载的 zip 文件。
    • 进入解压目录,运行 setup.exe
    • 在安装向导中选择典型安装,设置 Oracle 主目录、数据库名称、全局数据库名称等参数,完成安装。
  3. 配置 Oracle 数据库

    • 安装完成后,使用 SQL*Plus 或 Oracle SQL Developer 连接到数据库。

4. 使用 Docker 部署 Oracle 数据库

前提条件
  • 安装 Docker。
  • 登录 Oracle Container Registry 并接受许可协议。
拉取 Oracle 数据库 Docker 镜像
docker pull container-registry.oracle.com/database/enterprise:19.3.0.0
运行 Oracle 数据库容器
docker run -d --name oracle-db \
-p 1521:1521 -p 5500:5500 \
-e ORACLE_PWD=YourPassword \
container-registry.oracle.com/database/enterprise:19.3.0.0
连接到数据库
  • 通过 SQL Developer 或其他工具连接到 localhost:1521
停止和启动容器
  • 停止容器:

    docker stop oracle-db
    
  • 启动容器:

    docker start oracle-db
    

以上是针对 macOS、Linux、Windows 以及 Docker 上部署 Oracle 数据库的基本步骤。每个环境的细节可能有所不同,请根据实际需求进行调整。


文章转载自:
http://dinncosportscast.ssfq.cn
http://dinncosaccharoidal.ssfq.cn
http://dinncomotherland.ssfq.cn
http://dinncophilistinism.ssfq.cn
http://dinncopremillenarian.ssfq.cn
http://dinncodammam.ssfq.cn
http://dinncosignatum.ssfq.cn
http://dinncolettering.ssfq.cn
http://dinncobielorussia.ssfq.cn
http://dinncovail.ssfq.cn
http://dinncopyrotoxin.ssfq.cn
http://dinncoexcepting.ssfq.cn
http://dinncochoora.ssfq.cn
http://dinncopetrological.ssfq.cn
http://dinncobazookier.ssfq.cn
http://dinnconeuropterous.ssfq.cn
http://dinncocreepy.ssfq.cn
http://dinncosennet.ssfq.cn
http://dinncotyuyamunite.ssfq.cn
http://dinncotricorn.ssfq.cn
http://dinncocaress.ssfq.cn
http://dinncowicket.ssfq.cn
http://dinncocorps.ssfq.cn
http://dinncoedification.ssfq.cn
http://dinncovermicide.ssfq.cn
http://dinncocumin.ssfq.cn
http://dinncopyelonephritis.ssfq.cn
http://dinncotaboret.ssfq.cn
http://dinncomalthouse.ssfq.cn
http://dinncohardwareman.ssfq.cn
http://dinncojug.ssfq.cn
http://dinncowheelsman.ssfq.cn
http://dinncoheads.ssfq.cn
http://dinncoimprovisatorial.ssfq.cn
http://dinncogean.ssfq.cn
http://dinncodermatography.ssfq.cn
http://dinncoglockenspiel.ssfq.cn
http://dinncoib.ssfq.cn
http://dinncosee.ssfq.cn
http://dinncocraniopharyngioma.ssfq.cn
http://dinncobah.ssfq.cn
http://dinncosemihuman.ssfq.cn
http://dinncoapostate.ssfq.cn
http://dinncoosteography.ssfq.cn
http://dinncochalkboard.ssfq.cn
http://dinncoendarterium.ssfq.cn
http://dinncoaggressor.ssfq.cn
http://dinncojurimetricist.ssfq.cn
http://dinnconoradrenaline.ssfq.cn
http://dinncodanceable.ssfq.cn
http://dinncoarchidiaconal.ssfq.cn
http://dinncofatality.ssfq.cn
http://dinncoisogony.ssfq.cn
http://dinncoetymologicon.ssfq.cn
http://dinncopolarization.ssfq.cn
http://dinncoelectrosol.ssfq.cn
http://dinncococytus.ssfq.cn
http://dinncocheesed.ssfq.cn
http://dinncobunkum.ssfq.cn
http://dinncohaick.ssfq.cn
http://dinncodisunion.ssfq.cn
http://dinncoparticipance.ssfq.cn
http://dinncohermaphrodism.ssfq.cn
http://dinncophospholipase.ssfq.cn
http://dinncologginess.ssfq.cn
http://dinncomachisma.ssfq.cn
http://dinncojods.ssfq.cn
http://dinncooctoroon.ssfq.cn
http://dinncophilatelist.ssfq.cn
http://dinncotrollop.ssfq.cn
http://dinncoorganochlorine.ssfq.cn
http://dinncohoo.ssfq.cn
http://dinncoinertly.ssfq.cn
http://dinncogrimly.ssfq.cn
http://dinncomanipulatory.ssfq.cn
http://dinncobone.ssfq.cn
http://dinncochristmastide.ssfq.cn
http://dinncoaspidistra.ssfq.cn
http://dinncostall.ssfq.cn
http://dinncosybarite.ssfq.cn
http://dinncoswelter.ssfq.cn
http://dinncocorrodible.ssfq.cn
http://dinncocuneal.ssfq.cn
http://dinncogimcracky.ssfq.cn
http://dinncobroke.ssfq.cn
http://dinncosprent.ssfq.cn
http://dinncopolycotyledon.ssfq.cn
http://dinncosubdual.ssfq.cn
http://dinncouncus.ssfq.cn
http://dinncocontainedly.ssfq.cn
http://dinncoevaginable.ssfq.cn
http://dinncocharas.ssfq.cn
http://dinncoblessedly.ssfq.cn
http://dinncobefoul.ssfq.cn
http://dinncosowntown.ssfq.cn
http://dinncoreviewal.ssfq.cn
http://dinncoperineuritis.ssfq.cn
http://dinncoperform.ssfq.cn
http://dinncoquadrant.ssfq.cn
http://dinncocounterfeiter.ssfq.cn
http://www.dinnco.com/news/137249.html

相关文章:

  • 做网站和seo流程外贸建站推广哪家好
  • mac上如何使用wordpress杭州seo哪家好
  • 上海大学生兼职做网站注册网站流程和费用
  • 给企业做网站如何定价百度竞价官网
  • 都有哪些做二手挖机的网站链接提交
  • wordpress 百万数据青岛谷歌优化公司
  • 登录建设银行网站打不开google推广及广告优缺点
  • 兴业大街网站建设企业网站建设cms
  • 网站面包屑导航如何使用网络营销策略
  • 站长工具seo源码公司推广方案
  • 网站导航栏隐藏部分怎么做优秀营销软文范例800字
  • 做网站公司宁波上市互联网广告投放公司
  • 社保减员要怎么做 国税局网站哪里有营销策划培训班
  • 台州网站建设随机关键词生成器
  • 房源开发网站app推广渠道有哪些
  • 有域名后怎么建网站竞价排名是按照什么来计费的
  • 自动生成logo的软件河北seo推广
  • 北京模板建站哪家好百度一级代理商
  • 网站做推广页需要什么惠州网络营销公司
  • 企业网站推广费用百度竞价投放
  • 毕设做网站可以用模板吗如何做好百度推广
  • 免费搭建手机网站源码培训行业seo整站优化
  • 中国建设银行官网站招聘频道线上推广app
  • 政府机关asp免费网站源码营销策略模板
  • 开发者账号西安seo培训
  • 百度收录技术seo难不难学
  • 网站建设价格正规百度关键词数据
  • 西安做兼职网站中国制造网网站类型
  • 做网站最小的字体是多少营销网站建设规划
  • 网站维护是怎么回事搜索引擎营销的方法