最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

Ubuntu安装OracleXE

来源:动视网 责编:小采 时间:2020-11-09 11:20:03
文档

Ubuntu安装OracleXE

Ubuntu安装OracleXE:Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Express Edition requires 1006 M Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Ex
推荐度:
导读Ubuntu安装OracleXE:Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Express Edition requires 1006 M Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Ex


Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Express Edition requires 1006 M

Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Express Edition requires 1006 MB of swap space

You can always disable Oracle XE startup in boot time with (no update-rc.d method here ;-) ):

chmod -x /etc/init.d/oracle-xe

The alernative way to the same is to edit /etc/default/oracle-xe and change:

  • Web console management
    - If you have installed OracleXE database on remote *nix server, you can easily setup a ssh tunnel in order to gain access to a web administration console (since web console is bound to loopback device and therefore unavailable outside to the network):

    $ ssh oracle-xe-server -L 8081:localhost:8080

    While keeping this proces running (or keep it on background via `screen` or `nohup`), you may now login to Oracle XE web administrations console on your local computer: :8081/apex/. Please notice that your ssh daemon on your local computer should allow TCP forwarding: AllowTcpForwarding yes in your sshd configuration file.
    SQL Remote connection management
    - By default OracleXe installation does not allow sql network connections to your XE database. To enable it, logon to web management console and enable "Remote connections": "Administration->enable "Available from local server and remote clients"-> press "Apply Changes". The same procedure can also be done from the commandline:

    $ sqlplus -S system/password@//localhost/XE EXIT;
    /
    !

    If your SQL client uses a Oracle Instant client installation, the SQL connection can be obtained by entering:

    [atrakic@adm2-43 ~]$ sqlplus username/password@//oraclexe.hostname.or.ip//XE

    If somewhat connection is refused (due to firewall restrictions) you can use same ssh trick as done previously:

    where your sql connection should be like this:

    atrakic

    User management
    Add user
    - In order to add single sql user with non-dba privilages to OracleXE execute following commands:

    You can run this SQL script with:

    Alternatively use web managment console to add new Oracle XE users accordingly.
    Delete user
    - For deleting a sql users from OracleXE use web management console or execute following commands from the commandline:

    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/
    可在命令行创建表空间。

    文档

    Ubuntu安装OracleXE

    Ubuntu安装OracleXE:Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Express Edition requires 1006 M Ubuntu不支持Oracle,网上教程太复杂,总是出错.后来找到个能装XE的就装了,Oracle Database 10g Ex
    推荐度:
    标签: 数据 ubuntu oracle
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top