ORA-01804: failure to initialize timezone information

把EBS 数据库从11.1.0.7升级到11.2.0.4后,无法登陆

[[email protected] PROD_ebsprod]$ sqlplus / as sysdba
ERROR:
ORA-01804: failure to initialize timezone information

SP2-0152: ORACLE may not be functioning properly

FIX:

#############################
# Timezone Specification file
# For 11gR2,time zone file location should by empty
#############################

export ORA_TZFILE=""

正常登陆:

[[email protected] 11.2.0]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Sun Jun 19 09:05:17 2016

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

时间: 2024-09-30 20:55:15

ORA-01804: failure to initialize timezone information的相关文章

ORA_ERROR大全

转自:http://blog.csdn.net/haiross/article/details/12839229 常见错误:-60 ORA00060: deadlock detected while waiting for resource 一般错误:  - 1 ORA00001: unique constraint (.) violated  -17 ORA00017: session requested to set trace event  -18 ORA00018: maximum nu

阿里云centos 6.9安装oracle10g

以前安装过oracle 11g,所以环境变量部分准备略过,仅说明不同之处1 安装解压 cpio -idmv <10201_database_linux_x86_64.cpio ./runInstaller -ignoresysprereqs 检查缺包: yum install libXp.so.6 yum install libXt.so.6 yum install libXtst.so.6 安装82%报错: makefile '/u01/app/oracle10g/product/10g/db

perl核心模块解析(一)POSIX

perl核心模块解析(一)    POSIX 详细文档链接如下 源自:http://blog.csdn.net/jonathanxqs 转自:http://perldoc.perl.org/POSIX.html POSIX/?p?z?ks/, 是可移植操作系统接口(Portable Operating System Interface ),POSIX标准定义了操作系统应该为应用程序提供的接口标准,是IEEE为要在各种UNIX操作系统上运行的软件而定义的一系列API标准的总称,其正式称呼为IEEE

在tornado中使用celery实现异步任务处理之一

一.简介 tornado-celery是用于Tornado web框架的非阻塞 celery客户端. 通过tornado-celery可以将耗时任务加入到任务队列中处理, 在celery中创建任务,tornado中就可以像调用AsyncHttpClient一样调用这些任务. ? Celery中两个基本的概念:Broker.Backend Broker : 其实就是一开始说的 消息队列 ,用来发送和接受消息. Broker有几个方案可供选择:RabbitMQ,Redis,数据库等 Backend:

OCP读书笔记(25) - 题库(ExamE)

401.Which of the following are correct about block media recovery? (Choose all that apply.)A. Physical and logical block corruption is recorded automatically in V$DATABASE_BLOCK_CORRUPTION.B. Logical corruptions are repairable by BMR.C. Physical corr

10.时间编程

1.时间的类型: Coordinated Universal Time(UTC):世界标准时间,也就是大家所熟知的格林威治标准时间(Greenwich Mean Time,GMT). Calendar Time:日历时间,是用"从一个标准时间点(如:1970年1月1日0点)到此时经过的秒数"来表示的时间. ? 2.时间操作: 获取日历时间:man 2 time: (主要:man 后面的数字表示的是章节:1(留空):命令 2:函数 3:系统调用.) NAME time - get tim

ibox4412 移植ubuntu(kernel3.8.13+13.10 from FriendlyArm and odroid)

成功实现 友善/odroid 3.8.13内核和13.10ubuntu在ibox上移植(SD卡) 实现功能: 无线上网,HDMI1080P(音频同步)输出,视频播放,声卡,触摸屏,lcd等常用驱动完全移植 分享下步骤 1.移植linux内核,参考ibox4412  3.0和3.5内核,友善移植odroid的3.8.13内核,具体内容略过 HDMI相关驱动有三个地方: \linux-3.8.13\drivers\media\video\s5p-tv (第一处不参加编译,不使用) \linux-3.

Brocade300 commands

aaaconfig                  Configure RADIUS for AAA servicesad                         Specifies all administration domain (AD)-level                           operationsag                         Configure the Access Gateway featureagshow           

scala Futures and Promises

http://docs.scala-lang.org/overviews/core/futures.html Futures and Promises   By: Philipp Haller, Aleksandar Prokopec, Heather Miller, Viktor Klang, Roland Kuhn, and Vojin Jovanovic Introduction Futures provide a nice way to reason about performing m