大家帮我看看这是什么问题? 我用exp做备份导出用户表,其中有两个表的行数据库没有导出,但这两个表里是有数据的有138W行的数据,系统环境是:AS3+Oracle9.2.0.4 我在一台WIN2K+Oracle9.0.1.1的机器上是同样的数据库和表却是可以导出的, 使用的命令如下: 1. win2K下导出的结果: C:\Documents and Settings\Administrator>exp test/test file=e:\table.dmp log=e:\tab le.log tables=(BILLINGLOG,BILLINGLOG_HZ) Export: Releas...
脚本:exp ***/*** owner=icbcas file=icbcas.dmp direct=Y 报错如下: About to export specified users ... . exporting pre-schema procedural objects and actions . exporting foreign function library names for user ICBCAS . exporting PUBLIC type synonyms . exporting private type synonyms . exporting object type definitions for user ICBCAS EXP-00008: ORACLE error 942 encountered ORA-00942: table or view ...
一、将网页资料以excel报表以线上浏览方式呈现 xls651.jsp原始码如下 Excel档案呈现方式 姓名身份证字号生日 李玟N1111111111900/11/12 梁静如N2222222221923/10/1 张惠妹N3333333331934/12/18 二、将网页资料以excel报表以下载的方式呈现 这个jsp档和上一个差不多,只有差别在这一行: 线上浏览的方式: response.setHeader("Content-disposition","inl...
把samba加到域后,要怎么调用域中的用户呢 比如: 我要列出允许使用的域用户,要怎么写呢? valid users = domain(域名)/aaa 吗? 如果是组呢? valid users = domain/@aaa 这样吗?