zoukankan      html  css  js  c++  java
  • BBED的安装

    BBED是Block Browser EDitor的缩写,只有linux/unix版本,没有windows版本。

    11g中默认是不带bbed的,如果要使用,可以在10g中拷贝过来,然后再进行编译使用。

    如何来进行编译来使用:

    BBED开始的时候必须进行编译才能使用,并且本机必须已经安装了oracle数据库

    1、到lib目录下:

    [oracle@kel ~]$ cd $ORACLE_HOME/rdbms/lib

    2、编译BBED,将其编译到当前目录下,并且名称为bbed

    [oracle@kel lib]$ make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed
    
    Linking BBED utility (bbed)
    rm -f /home/oracle/product/10.2.0/db_1/rdbms/lib/bbed
    gcc -o /home/oracle/product/10.2.0/db_1/rdbms/lib/bbed -L/home/oracle/product/10.2.0/db_1/rdbms/lib/ -L/home/oracle/product/10.2.0/db_1/lib/ -L/home/oracle/product/10.2.0/db_1/lib/stubs/  /home/oracle/product/10.2.0/db_1/lib/s0main.o /home/oracle/product/10.2.0/db_1/rdbms/lib/ssbbded.o /home/oracle/product/10.2.0/db_1/rdbms/lib/sbbdpt.o `cat /home/oracle/product/10.2.0/db_1/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 /home/oracle/product/10.2.0/db_1/rdbms/lib/defopt.o -ldbtools10 -lclntsh  `cat /home/oracle/product/10.2.0/db_1/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/product/10.2.0/db_1/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10  -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/product/10.2.0/db_1/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/product/10.2.0/db_1/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10   -lsnls10 -lnls10  -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10  -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /home/oracle/product/10.2.0/db_1/lib/sysliblist` -Wl,-rpath,/home/oracle/product/10.2.0/db_1/lib -lm    `cat /home/oracle/product/10.2.0/db_1/lib/sysliblist` -ldl -lm   -L/home/oracle/product/10.2.0/db_1/lib

    3、将编译好的bbed移动到bin目录下,从而可以使用

    [oracle@kel lib]$ mv bbed $ORACLE_HOME/bin

    4、开始使用bbed,默认情况下密码为blockedit

    [oracle@kel ~]$ bbed
    Password: 
    
    BBED: Release 2.0.0.0.0 - Limited Production on Mon Jul 29 18:54:54 2013
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    ************* !!! For Oracle Internal Use only !!! ***************
    
    BBED> 




    for linux and python
  • 相关阅读:
    Mysql登录错误:ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded
    Docker配置LNMP环境
    Docker安装mysqli扩展和gd扩展
    Docker常用命令
    Ubuntu常用命令
    单例模式的优缺点和使用场景
    ABP 多租户数据共享
    ABP Core 后台Angular+Ng-Zorro 图片上传
    ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.
    AbpCore 执行迁移文件生成数据库报错 Could not find root folder of the web project!
  • 原文地址:https://www.cnblogs.com/kellyseeme/p/5525183.html
Copyright © 2011-2022 走看看