此文档为自行整理,非官方提供资料,仅供参考。疏漏之处敬请反馈。
 
对RAID进行操作很可能会导致数据丢失,请在操作之前务必将重要数据妥善备份,以防万一。
名称解释:
Disk Group:磁盘组,这里相当于是阵列,例如配置了一个RAID5,就是一个磁盘组
VD(Virtual Disk): 虚拟磁盘,虚拟磁盘可以不使用阵列的全部容量,也就是说            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2011-07-10 09:27:23
                            
                                4811阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            To download Oracle Forms Developer 6i from Oracle click this link http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zipNote. You must have Oracle username and password to download any software from ...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:31:58
                            
                                1993阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            6i 阵列 配置            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2013-04-18 10:46:21
                            
                                3085阅读
                            
                                                        
                                点赞
                            
                                                                                    
                                1评论
                            
                                                 
                 
                
                             
         
            
            
            
            Oracle 6i Forms installation on Win 7            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-07-19 15:52:32
                            
                                41阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Giving date picker calendar option to user for date type fields in Oracle Forms. I am providing you the form (FoxCal.Fmx) and two libraries (General.plx and Calendar.pll). You can download these files...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:35:04
                            
                                1037阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            You want to connect multiple databases in oracle forms to perform certain tasks, for example you need to execute ddl or dml statements against databases but when you try to use dblink it gives you err...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:33:26
                            
                                821阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             
             
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2010-11-16 15:42:46
                            
                                4224阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Suppose you want to give the data backup option in Oracle Forms application to some client users, where you have installed Oracle 11g client or direct from server.The following procedure executes a ba...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:33:31
                            
                                375阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             SUPPORT COMMUNICATION - CUSTOMER ADVISORY
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00704700&prodTypeId=15351&prodSeriesId=437142
            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2012-12-12 13:00:39
                            
                                1650阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Get_File_Name is built-in function of Oracle Forms 6i, used to get the file name with address by browsing the file. You can browse a specific extension name file or with multiple extensions using wild...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:34:13
                            
                                1350阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            I have already posted in my previous post Running Reports Using Run_Product to run reports in Oracle Forms 6i and in this post I am using the same procedure to run report but I am providing a demo for...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:35:09
                            
                                1116阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            z系列是大型机,价格不菲,因此主要应用于特大型企业、跨国公司、大型金融领域等高端用户群,他们对系统可用性要求极高,几乎是零宕机。 i系列是基于OS/400的小型机,主要应用于大中型企业、金融机构等单位,由于i系列整合相当多的IBM与之配套的应用软件,试系统较为封闭,但通常能满足特定用户群的需要。 p系列是基于UNIX系统aix的小型机,倡导开放、灵活、可靠,其用户群较为广泛,大都为中、高端用户。            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2024-01-29 06:33:23
                            
                                93阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            I have already posted and provided the required PLSQL Library and the Calendar FMX file in my previous blog post Date Picker Calendar For Oracle Forms but some people were still not able to use this ...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:35:05
                            
                                785阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Set Icon_File property in When-Mouse-Enter triggerSuppose you are creating icon based menu system in Oracle Forms 6i and you want to change icon when mouse over on any push button. You can accomplish...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:38:26
                            
                                1069阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1.执行一个命令,需要等上3-5秒2. source insight根本无法同步3. 烧写一个原本只需要30秒的固件,变成要10分钟4.更别说编译、同步下载代码简直是垃圾中的战斗机,妈蛋,这么垃圾的服务器,还能在一个IC公司存在,真是扯淡!!!!!实在忍无可忍,服务器卡的没法容忍,作为一个公司的服...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2014-11-26 10:28:00
                            
                                774阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            说明:其实Dell系列的阵列卡基本都是同一个套路和界面,包括操作步骤,不同的是不同的卡性能和支持Raid模式不一样而已。 名称解释: Disk Group:磁盘组,这里相当于是阵列,例如配置了一个RAID5,就是一个磁盘组 VD(Virtual Disk): 虚拟磁盘,虚拟磁盘可以不使用阵列的全部容            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2018-09-05 13:44:00
                            
                                323阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
                  2012年,Facebook开始启动OCP NIC项目,其目的是为了实现开源和开放。可以有效减少大型互联网厂家在硬件设备的投入,降低设备维护的成本,同时也便于Facebook数据中心的建立以及业务的拓展。       在OCP NIC项目成立之前,服务器主板上是通过PCIe插槽出高速网络接口,这些能够从主板上提供高速            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2024-01-02 21:09:20
                            
                                542阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
            服务器硬件基础知识2 1、Dell阵列卡(RAID卡) 基本作用:网站数据量很大的时候,单块盘装不下,购买多块盘,又不想单个盘存放数据,就需要工具把所有的硬盘整合成一个大磁盘,在这个大磁盘上分组(虚拟磁盘)放数据。 另外一大功能,多块盘放在一起可以有冗余(备份)。 RAID有多重整合方式,RAID 0 1 5 10 有RAID卡后,一般磁盘就会插到            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2024-01-09 06:49:44
                            
                                149阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Creating Timer in Oracle D2k / Forms 6i and Displaying a ClockThis is about timer in D2k An external clock can be constructed using timers. Timers correspond to internal clocks, which have a specific ...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:29:55
                            
                                576阅读