参考文献:http://www.5ienet.com/note/html/scheduler/oracle-scheduler-using-window.shtmlwindow概念 此Windows非彼Windows,通常说的Windows是指盖首富的操作系统,而此处所说的Windows,是指SC...
转载 2014-08-07 16:37:00
135阅读
2评论
1.卸载Oracle集群同步服务. 服务名一般为OracleCssService       (1)设置环境变量Oracle_Home:set Oracle_Home=d:\oracle\product\10.2.0\db_1。      (2)运行带有delete选项的批处理文件localcon
原创 2010-01-31 09:42:09
1224阅读
Ensure that you have your Dbms Output window open through the view option in the menubar. Click on the green '+' sign and add your database name. Writ
.
转载 2018-12-19 10:40:00
113阅读
2评论
1. setup.exe -silent -responseFile "C:\app\software\WIN64_11204\RSP\db_install_window.rsp" -manual copy patch C:\app\software\WIN64_11204\p6880880_112
转载 2016-11-23 16:17:00
203阅读
2评论
 Oracle 10g是甲骨文公司在2007年年7月12日推出的最新数据库软件,Oracle 10g有400多项功能,经过了150
原创 2022-07-04 08:26:07
190阅读
卸载Oracle的步骤用DBCA删除数据库停止Oracle所有的服务(Oracle Services)用Oracle Universal Installer删除Oracle的组件手工删除组册表中与Oracle相关的内容删除Oracle相关的环境变量删除Oracle相关的目录和文件删除启动菜单中的Oracle...
原创 2023-04-15 08:11:44
63阅读
一、以oracle用户登录到数据库服务器二、进入SQLPLUS三、执行脚本@?/rdbms/admin/awrrpt.sql四、设定生成报告的格式说明:不用输入,默认即可,直接
转载 2022-04-11 17:16:53
527阅读
设置SET ORACLE_SID=ORCLORCL--实例名称 --停止oracle实例服务C:\Users\Administrator>net stop oracleserviceORClOracleServiceORCL 服务正在停止.........OracleServiceORCL 服务已成功停止。 --启动oracle实例服务C:\Users\Admi
转载 精选 2015-02-05 17:56:26
2184阅读
1点赞
一、以oracle用户登录到数据库服务器二、进入SQLPLUS三、执行脚本@?/rdbms/admin/awrrpt.sql四、设定生成报告的格式说明:不用输入,默认即可,直接按Enter  五、设定报告时间段的天数说明:只导当天的时间点则输入1;导昨天的时间点则输入2;前天则3,默认最大7天。六、设定报告开始时间点说明:例如下图所示16571代表的是2016年5月11日12时。七、设定报告结束时...
转载 2021-08-09 22:42:53
349阅读
对于window平台下如果有多个监听无法通过netca或者netmgr删除的话,可以用以下方法:window 删除可以在注册表中值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OracleOraDb11g_home1TNSListener但是,首先确认删除有没有什么影响。
原创 2013-09-06 20:37:47
1028阅读
1点赞
作者:三十而立 经常有网友朋友问这个问题。 在window的系统下,已经把1521的端口开放出去了,但是从另外一台机器连接服务器的时候 ,还是连不上。  只有把整个防火墙都关闭,才能使其他机器上连接到oracle的服务器。究竟是什么原因叻?  这个原因,还是归结为window系统的一个问题,对于oracle来说,对客户端的连接请求都是通过listener来进行监听和处
原创 2022-08-12 20:42:25
295阅读
Oracle 10g是甲骨文公司在2007年年7月12日推出的最新数据库软件,Oracle 10g有400多项功能,经过了1500万个小时的测试...
原创 2022-07-01 16:20:48
164阅读
  泉源:CSDN  ,关于Form/block/canvas/window:,   1、一个For
转载 2011-03-07 20:34:00
215阅读
2评论
--1. 置換掉原來Winodw Property上的Title String ex. SET_WINDOW_PROPERTY('XXDII_INV_MISC_TXN_V',TITLE,:misc_trx_qf.Q_TYPE_NAME||'['||:misc_trx_qf.Q_MISC_TRX_NUM||']'); --2. 使用EBS Standard Library, 在Window titl...
原创 2021-07-21 11:58:07
479阅读
Center window automatically in Oracle Forms 6i, use the following procedure by passing window name as parameter:ExamplePROCEDURE auto_centre (pwn in varchar2) ISvw number := get_window_property(forms...
原创 2021-07-21 11:33:24
499阅读
--在开发ORACLE FORM的程序中,要编写PL/SQL程序包产出异常情况时,直接在FORM弹出一个异常提示窗口 DECLARE BEGIN app_exception.raise_exception ( exception_type => 'APP' , exception_code => -20001 , exception_text => 'OTHERS EXCETPITON ' || ...
原创 2021-07-21 11:36:30
277阅读
You can display modal windows in Oracle Forms to display normal messages, error message or asking for confirmation eg. on deleting a record or saving a record etc. using show_alert command. These mo...
原创 2021-07-21 11:35:48
998阅读
window服务启动时并不启动实例的两种方法: (1)通过oradim startup 参数设定,如下: a.查看oradim帮助 C:Documents and SettingsAdministrator>oradim help DIM-00002: 有效的命令包括: -DELETE, -EDI...
转载 2008-12-25 10:39:00
88阅读
2评论
@synthesize window=_window; 意思是说,window 属性为 _window实例变量合成访问器
原创 2023-04-30 18:16:22
279阅读
 Ext.window.WindowView xtype: window A specialized panel intended for use as an application window.(一个专门用作应用程序窗口的面板。) Windows are floated, resizable, and draggable by default. (窗口默认是浮动的,可调整大小的,可
翻译 精选 2012-11-03 08:59:31
879阅读
  • 1
  • 2
  • 3
  • 4
  • 5