存储过程奇怪的问题

chpeng 2004-07-14 05:52:10
各位大虾,我遇到一个奇怪的问题:相同的oracle版本,相同的安装方法,不同的操作系统(win2k和XP),过程如下:
CREATE OR REPLACE PROCEDURE "GET_LOGBOOK_CURRENT_SUB_ENTRY" (index_number in integer)
as
type t_logbook is table of Logbook%ROWTYPE index by binary_integer;
r_logbook t_logbook;
begin
select * into r_logbook(1000) from Logbook where TestIndex = index_number and TotalPeriods = -1 and PeriodCount = (select MAX(PeriodCount) from Logbook where TestIndex = index_number and TotalPeriods = -1);
end;
调用的时候XP下面报:
call Get_Logbook_Main_Entry(101)
*
ERROR 位于第 1 行:
ORA-18008: 无法找到 OUTLN 方案
ORA-06512: 在"PRIMTH.GET_LOGBOOK_MAIN_ENTRY", line 16
ORA-06512: 在"PRIMTH.GET_LOGBOOK_MAIN_ENTRY", line 18
错误,搞不明白,望各位大虾赐教!小弟多谢了!
...全文
74 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
dinya2003 2004-07-15
  • 打赏
  • 举报
回复
ORA-18008 cannot find OUTLN schema

Cause: The database creation script that creates this schema must not have been executed.

Action: Review the log files to see what happened when the database was created.



execute Get_Logbook_Main_Entry(101);
jxc 2004-07-15
  • 打赏
  • 举报
回复
数据库导入的时候没有把 outln 用户的内容导入
chpeng 2004-07-15
  • 打赏
  • 举报
回复
各位大虾,急呀.帮帮忙吧,多谢了!
chpeng 2004-07-14
  • 打赏
  • 举报
回复
Oracle 版本是9i

17,086

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧