e股脑电脑教程网
  • 首 页
  • 操作系统
  • 应用软件
  • 下载工具
  • 影音视频
  • 办公软件
  • 媒体制作
  • 网站建设
  • 平面设计
  • 数据库
  • 程序开发
  • 视频教程
编辑推荐: | 文章搜索:
您现在的位置: e股脑 >> 数据库 >> Oracle教程 >> OracleSupport全球解答的最hot的21个问题(english) >> 教程正文
 
教程搜索
 
 
相关教程
  • 用Oracle 10g列值掩码技术隐藏敏感数据
  • ORACLE常用Script
  • OracleSupport全球解答的最hot的21个问
  • Oracle 中的OOP概念
  • 过程,函数,程序包
  • 异常和游标管理
  • 集合和成员函数
  • Oracle10gR2安裝
  • SQL 的高级应用
  • Install Oracle on Solaris 8/9/10
  • Install Oracle9 on RedHat
  • Start Console on Oracle9i VS Oracle
  • oracle自动imp脚本
  • Oracle9i连接sybase的透明网关的配置
  • 用裸设备来提高Oracle数据库的性能
  • 从Oracle迁移到SQL Server的陷阱
 
 

图文教程


  • Windows抢了谁的饭碗 非主流操作系统To

  • 地球还是火星 平常心看“非主流”

  • 综合运用Office 2007批量制作奖状

  • 没有系统盘如何才能修复受损系统?

  • 巧妙运用Excel中边界的附加功能!
 
 
赞 助 商
 
 
OracleSupport全球解答的最hot的21个问题(english)
  • 来源:e股脑
  • 点击次数:
  • 更新时间:2007-8-9
ating

tables as sys.

18. Q. Why is 'Character type conversion 3 to 1 not supported' on an import?

A. That's import telling you it's trying to load a varchar into a char.

You need to get a v6 export of the v7 database by using the v6 export

utility against the v7 database:

1) run 'catexp6.sql' as sys on the v7 database (this will establish

the views needed for a v6 export.

2) From the v6, set up TWO_TASK to point to the v7 database, then

perform the export.

19. Q. What do I do if Drop tablespace is hanging in v6?

A. Make sure that the DC_ parameters are high enough.

dc_free_extents > select count(*) from sys.fet$;

dc_used_extents > select count(*) from sys.uet$;

row_cache_enqueue >= dc_free_extents + dc_used_extents;

20. Q. How many blocks are actually used by the data in my tables ?

A. This query will count all the blocks occupied by the table's data:

select count(distinct(substr(ROWID, 1, 8) ||

(substr(ROWID, 15, 4))

from

21. Q. How can I find all the duplicate entries in a table ?

A. select * from real_table_name X

where rowid < (select max(ROWID) from real_table_name where col1=X.col1 and col2=X.col2 .....) ;


上一页  1 2 
  • 上一篇教程: Oracle 中的OOP概念
  • 下一篇教程: ORACLE常用Script
  •  

    关于本站 | 广告联系 | 版权声明 | 使用帮助

    Copyright © 2004-2008 www.egunao.com All rights reserved.