ITPUB个人空间 »
huqingxing的个人空间
欢迎访问 huqingxing 的个人空间
我的论坛主题
-
2008-05-06 07:41:44 / Oracle Application Server套件
评论一下
查看(161)
评论(3)
-
2008-03-14 10:00:45 / Oracle数据库管理
CREATE TABLESPACE xxtestLOGGING DATAFILE 'D:\ora_home\oradata\portal\xxtest.DBF' SIZE 500M;查询存在:SELECT tablespace_name FROM dba_tablespaces WHERE LOWER(tablespace_name) = 'xxtest'平时用的删除:altertablespaceXXTESToffline NORMAL;droptablespaceXXTESTincludingcontents;结果:提示不存在tablespace用这个:altertablespaceLOWER(XXTEST)offline NORMAL;droptablespaceLOWER(XXTEST)includingcontents;提示:ora-02142mising or inval
查看(164)
评论(6)
-
2008-03-11 14:01:19 / Oracle Application Server套件
oracle portal中,在1024×768下显示没问题,在1280×720下存在漂浮的问题,请问如何解决。这里弹出按钮这里产生按钮:/*** fw_menu 24OCT2000 Version 4.0* John Ahlquist, October 2000* Copyright (c) 2000 Macromedia, Inc.** based on menu.js* by gary smith, July 1997* Copyright (c) 1997-1999 Netscape Communications Corp.** Netscape grants you a royalty free license to use or modify this* software provided that this copyright notice appears on all copies.
查看(172)
评论(0)
-
2008-02-02 16:08:38 / Oracle Application Server套件
因为公司对外业务需求,开通了customer portal ,每个客户都可以登录进来查询wip 和 outging report 还有一些公司的信息。对于帐户管理,我们现在做法是在oid里建立customer组,然后建立客户帐号,在把客户加到组里,这样的帐户有超过100个。虽然加时不用多少力气,但是做恢复的时候,帐号的转移就碰到大问题,那么多的帐号再一个个来很麻烦,又容易出错,我们目前做法是从正式环境导出oid帐户,然后倒入backup环境,再建好customer组,再帐号一个一个加入组中。请教大家有什么高见吗?[ 本帖最后由 huqingxing 于 2008-2-2
查看(363)
评论(2)
-
2008-01-30 11:33:53 / WEB 2.0技术
Ajax:Asynchronous JavaScript and XML(异步JavaScript和XML),是一种web2.0技术,不是某门技术,官网http://www.ajax.nl/。Ajax应用程序的优势在于:1. 通过异步模式,提升了用户体验2. 优化了浏览器和服务器之间的传输,减少不必要的数据往返,减少了带宽占用3. Ajax引擎在客户端运行,承担了一部分本来由服务器承担的工作,从而减少了大用户量下的服务器负载。AJAX模式:1 Communication Control PatternsPredictive Fetch预取,提前预知用户的操作举例:小说网站,在你读page 1的时
查看(324)
评论(5)
-
2007-12-28 13:12:24 / Oracle Application Server套件
================================================================================================================已通过 Configuration Assistant "Oracle Net Configuration Assistant" 生成输出:正在对命令行参数进行语法分析:参数"orahome" = D:\Oracle_As\Infra参数"orahnam" = OraInfra参数"responsefile" = D:\Oracle_As\Infra\network\install\netca_asinstall.rsp完成对命令行参数进行语法分析。Oracle Net Services 配置:正在配置监听程序:LISTENER监听程序配置完成。Oracle Net 监听程序启动:正
查看(325)
评论(0)