If you are looking for software to use, go to Huajun Software Park! software release

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, and business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card) and a photo of yourself holding your ID card) and send it to your email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: front pagePC softwareProgramming softwareDatabase class Script Assistant
Script Assistant

Script Assistant V1.0

QR code
  • Software licensing: free software
  • Software size: 0.16MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2017-09-19
  • Application platform: winall
  • Software language: Simplified Chinese
  • Version: V1.0

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
Script helper logo
Oracle's remark generation tool can automatically generate remarks from the following script. I couldn't find it after searching online for a long time. I wrote one myself. It is relatively simple and can be provided to friends who need it.

--System configuration table change log

--drop table Config_log;

CREATE TABLE Config_log

(

ConfigName Varchar2(64) not null, --system parameter name

ConfigType Int not null, --Configuration parameter classification

ConfigClass Int not null, --Parameter level (0=modification not allowed, 1=customized modification allowed)

ConfigValue Varchar2(64) not null, --system parameter value

Remarks Varchar2(255), --Remarks

SerialID int, --modify sequence number

Modiattr varchar(1), --modify attributes

Moditime Date default sysdate, --modification time

Modiopid Varchar2(32) not null, --Modifier

SheetID Varchar2(20),

constraint pk_Config_log PRIMARY KEY(SerialID)

);


Notes are as follows:


--System configuration table change log

/****************************************************** ***********************************/

comment on table Config_log is 'System configuration table change log';

-------------------------------------------------- ----------------------------------

comment on column Config_log.ConfigName is 'system parameter name';

comment on column Config_log.ConfigType is 'Configuration parameter classification';

comment on column Config_log.ConfigClass is 'Parameter level (0=modification not allowed, 1=customized modification allowed)';

comment on column Config_log.ConfigValue is 'system parameter value';

comment on column Config_log.Remarks is 'Remarks';

comment on column Config_log.SerialID is 'modification sequence number';

comment on column Config_log.Modiattr is 'Modify attributes';

comment on column Config_log.Moditime is 'modification time';

comment on column Config_log.Modiopid is 'modifier';



/****************************************************** ***********************************/
Similar software
Release Notes
Software address

Related topics

  • Collection of simple game scripts

    Collection of simple game scripts

  • Scripting language software download

    Scripting language software download

  • Script editor

    Script editor

FAQ