#linux 安装 oraclelinux 安装目录/home/app/oracle/product/dbhome_1oracle用户 密码:asin8888root : password: asin85.bash_profileumask 022export ORACLE_BASE=/home/app/oracleexport ORACLE_HOME=/home/app/oracle/product/dbhome_1export PATH=$ORACLE_HOME/bin:$PATHexport ORACLE_SID=wioracleunzip -q -d /home/app/oracle oracle.zipLinux下安装Oracle,图形化界面乱码执行 ./runInstaller后,弹出来的图形化界面乱码,全是长方形的小框框。解决方法,执行以下命令即可:export LANG=Zh-CN.UTF-8