我是靠谱客的博主 阔达画板,最近开发中收集的这篇文章主要介绍plsdev无数据库linux,FAQ:ora-06550;pls-00553: 问题的解决-数据库专栏,ORACLE,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

因为有一次数据不小心关机,导致数据库crash之后,想尽各种方法最终recovery database 之后,可是发现原来的apache,php,oracle建立的web server 却无法运行,在页面上总是提示ora-06550;pls-00553: character set name is not recognized 。害的我费劲周折,浪费了3天多的时间才搞定这个问题。刚开始发现这个问题的时候就觉得是什么参数设置变动之后引发的错误。因为找不问题,一直非常郁闷,花了好久重新安装php和apache server。还是不行。最后在网络上看到set nls_lang american_america.us7ascii可以成功。

最后自己试了一下,果然奏效,我原来一直以为就是nls_lang american_america.we8iso8859p1。现在才明白。下面试我操作的过程

[oracle@ccdevsvr php-4.3.6]$ su root

password:

[root@ccdevsvr php-4.3.6]# set nls_lang american_america.us7ascii

[root@ccdevsvr php-4.3.6]# set

bash=/bin/bash

bash_env=/root/.bashrc

bash_versinfo=([0]=”2″ [1]=”05b” [2]=”0″ [3]=”1″ [4]=”release” [5]=”i686-pc-linux-gnu”)

bash_version=2.05b.0(1)-release

colors=/etc/dir_colors

columns=132

cvsroot=/opt/class/jackey/cvsroot

dirstack=()

euid=0

groups=()

g_broken_filenames=1

histfile=/root/.bash_history

histfilesize=1000

histsize=1000

home=/root

hostname=ccdevsvr

hosttype=i686

ifs=$ tn

inputrc=/etc/inputrc

lang=en_us.utf-8

ld_library_path=:/u01/product/8.1.7/lib

lessopen=|/usr/bin/lesspipe.sh %s

lines=49

logname=oracle

ls_colors=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:

machtype=i686-pc-linux-gnu

mail=/var/spool/mail/root

mailcheck=60

nls_lang=american_america.we8iso8859p1

opterr=1

optind=1

oracle_base=/u01

oracle_home=/u01/product/8.1.7

oracle_sid=emcdb

ora_nls=/u01/product/8.1.7/ocommon/nls/admin/data

ora_nls33=/u01/product/8.1.7/ocommon/nls/admin/data

ostype=linux-gnu

path=/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/x11:/usr/x11r6/bin:/root/bin

pipestatus=([0]=”0″)

ppid=17922

ps1=[u@h w]$

ps2=>

ps4=+

pwd=/u01/php-4.3.6

qtdir=/usr/lib/qt3-gcc3.2

shell=/bin/bash

shellopts=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor

shlvl=4

ssh_askpass=/usr/libexec/openssh/gnome-ssh-askpass

supported=en_us.utf-8:en_us:en

term=vt100

uid=0

user=oracle

username=root

_=american_america.us7ascii

i=/etc/profile.d/which-2.sh

langfile=/root/.i18n

[root@ccdevsvr php-4.3.6]# set nls_lang=american_america.us7ascii

[root@ccdevsvr php-4.3.6]# set

bash=/bin/bash

bash_env=/root/.bashrc

bash_versinfo=([0]=”2″ [1]=”05b” [2]=”0″ [3]=”1″ [4]=”release” [5]=”i686-pc-linux-gnu”)

bash_version=2.05b.0(1)-release

colors=/etc/dir_colors

columns=132

cvsroot=/opt/class/jackey/cvsroot

dirstack=()

euid=0

groups=()

g_broken_filenames=1

histfile=/root/.bash_history

histfilesize=1000

histsize=1000

home=/root

hostname=ccdevsvr

hosttype=i686

ifs=$ tn

inputrc=/etc/inputrc

lang=en_us.utf-8

ld_library_path=:/u01/product/8.1.7/lib

lessopen=|/usr/bin/lesspipe.sh %s

lines=49

logname=oracle

ls_colors=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:

machtype=i686-pc-linux-gnu

mail=/var/spool/mail/root

mailcheck=60

nls_lang=american_america.we8iso8859p1

opterr=1

optind=1

oracle_base=/u01

oracle_home=/u01/product/8.1.7

oracle_sid=emcdb

ora_nls=/u01/product/8.1.7/ocommon/nls/admin/data

ora_nls33=/u01/product/8.1.7/ocommon/nls/admin/data

ostype=linux-gnu

path=/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/u01/product/8.1.7/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/x11:/usr/x11r6/bin:/root/bin

pipestatus=([0]=”0″)

ppid=17922

ps1=[u@h w]$

ps2=>

ps4=+

pwd=/u01/php-4.3.6

qtdir=/usr/lib/qt3-gcc3.2

shell=/bin/bash

shellopts=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor

shlvl=4

ssh_askpass=/usr/libexec/openssh/gnome-ssh-askpass

supported=en_us.utf-8:en_us:en

term=vt100

uid=0

user=oracle

username=root

_=nls_lang=american_america.us7ascii

i=/etc/profile.d/which-2.sh

langfile=/root/.i18n

[root@ccdevsvr php-4.3.6]#

最后

以上就是阔达画板为你收集整理的plsdev无数据库linux,FAQ:ora-06550;pls-00553: 问题的解决-数据库专栏,ORACLE的全部内容,希望文章能够帮你解决plsdev无数据库linux,FAQ:ora-06550;pls-00553: 问题的解决-数据库专栏,ORACLE所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部