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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            Refresh / Updating a form screen in Oracle D2k Forms 6iProblemYou want to show number of records processed progress or a progress bar on form through a procedure. SolutionDeclare nTotalRec Number := ...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:34:59
                            
                                973阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            
此文档为自行整理,非官方提供资料,仅供参考。疏漏之处敬请反馈。
 
对RAID进行操作很可能会导致数据丢失,请在操作之前务必将重要数据妥善备份,以防万一。
名称解释:
Disk Group:磁盘组,这里相当于是阵列,例如配置了一个RAID5,就是一个磁盘组
VD(Virtual Disk): 虚拟磁盘,虚拟磁盘可以不使用阵列的全部容量,也就是说            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2011-07-10 09:27:23
                            
                                4811阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            6i 阵列 配置            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2013-04-18 10:46:21
                            
                                3085阅读
                            
                                                        
                                点赞
                            
                                                                                    
                                1评论
                            
                                                 
                 
                
                             
         
            
            
            
            Sharing a form to generate Excel file report from SQL query in Oracle Forms. This form can be used in Oracle Forms 6i and 10g / 11g. Below is the screen shot of this form and could be download from ...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-21 11:35:08
                            
                                1063阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             
             
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2010-11-16 15:42:46
                            
                                4224阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            说明:其实Dell系列的阵列卡基本都是同一个套路和界面,包括操作步骤,不同的是不同的卡性能和支持Raid模式不一样而已。 名称解释: Disk Group:磁盘组,这里相当于是阵列,例如配置了一个RAID5,就是一个磁盘组 VD(Virtual Disk): 虚拟磁盘,虚拟磁盘可以不使用阵列的全部容            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2018-09-05 13:44:00
                            
                                323阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
             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阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            源码#include "stdio.h"int main(void){    int i = 1;    printf("%d\n",(++i) +(++i));    return 0;}执行weiqifa@bsp-ubuntu1804:~/c/undif$ gcc g.c && ./a.out6weiqifa@bsp-ubuntu1804:~/c/undif$为什么出现这个鬼现            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2021-01-25 19:02:52
                            
                                599阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            源码#include "stdio.h"int main(void){    int i = 1;    printf("%d\n",(++i)...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2021-07-29 17:35:51
                            
                                1014阅读