0
点赞
收藏
分享

微信扫一扫

su-oracle后出现 -bash: export: ` ': not a valid identifier

腊梅5朵 2023-03-01 阅读 89


问题描述:

[root@wyu soft]# su - oracle
Last login: Sat Oct  6 10:45:08 CST 2018 on pts/0
-bash: export: ` ': not a valid identifier
-bash: export: ` ': not a valid identifier
-bash: export: ` ': not a valid identifier

 

原因是oracle环境变量后面有空格

[oracle@localhost ~]$ vi .bash_profile

 

su-oracle后出现   -bash: export: ` 

举报

相关推荐

0 条评论