Oracle Workflows Access Protection Concepts
Oracle Workflows Access Protection Concepts
As a workflow developer, you can use access protection to allow or discourage “customers” of your workflows from modifying your “seed data” workflow definitions.
×÷Ϊ¹¤×÷Á÷¿ª·¢Õߣ¬Äã¿ÉÒÔÀûÓ÷ÃÎÊ¿ØÖƱ£»¤È¨ÏÞÀ´ÔÊÐí»ò×èÖ¹¹¤×÷Á÷µÄʹÓÃÕßÐÞ¸ÄÄã×îÖÕ
¶¨ÒåµÄ¹¤×÷Á÷¡£
As a customer of predefined workflows provided by Oracle, you can use access protection to preserve valid customizations you have made to a predefined workflow during a workflow definition upgrade.
×÷Ϊ¼×¹ÇÎÄÌṩµÄÔ¤¶¨Ò幤×÷Á÷£¬Äã¿ÉÒÔÀûÓ÷ÃÎÊ¿ØÖÆȨÏÞÀ´±£»¤Äã¶Ô¹¤×÷Á÷µÄÓÐЧµÄ¿Í»§»¯Éý¼¶¡£
All workflow objects except lookup codes, function attributes, and message attributes contain an Access tab in their property pages. Lookup codes, function attributes, and message attributes inherit their access settings from their parent lookup type, function, or message, respectively.
³ýÁËLookup´úÂ룬º¯ÊýÊôÐÔºÍÏûÏ¢ÊôÐÔµÄÆäËûËùÓй¤×÷Á÷¶ÔÏ󶼰üº¬¿ØÖÆÊôÐÔ±êÇ©Ò³¡£Loopup£¬º¯ÊýÊôÐÔºÍÏûÏ¢ÊôÐÔ·Ö±ð¼Ì³ÐËüÃǸ¸ÀàÐ͵ķÃÎÊ¿ØÖÆȨÏÞ¡£
The Access tab lets you define whether:
•Future customizations to the object are preserved during a workflow definition upgrade.
•The object can be edited by users operating at a higher access level.
·ÃÎʱêÇ©¿ÉÒÔÈÃÄ㶨ÒåÊÇ·ñ£º
ÔÚ¹¤×÷Á÷Éý¼¶µÄʱºò£¬±£»¤Î´À´¾¹ý¿Í»§»¯µÄ¶ÔÏó
¶ÔÏó¿ÉÒÔÔÚ¸ü¸ßµÄ·ÃÎʼ¶±ðÉϱ»±à¼¡£
ACCESS LEVELS
·ÃÎʼ¶±ð
Each user of Oracle Workflow Builder operates the system at a certain access level.
The access levels are defined as follows:
ü 0-9: Reserved for Oracle Workflow
ü 10-19: Reserved for Oracle Application Object Library
ü 20-99: Reserved for Oracle E-Business Suite
ü 100-999: Reserved for customer organizations
ü 1000: Public
ÿ¸ö Oracle Workflow Builder µÄʹÓÃÕ
Ïà¹ØÎĵµ£º
ѧϰOracle DBAÒ²°ë¸ö¶àѧÆÚÁË£¬½ñÌìÃÍÈ»²Å·¢ÏÖ£¬ÔÀ´ÎÒµÄÊ黹ÊǺÜеģ¬ÉϿβÙ×÷ʱºòÒ²Ö»ÊÇÖªµÀ´ó¸ÅÔõô×ö£¬µ«ÊÇÒªÕæµÄÈ«²¿×Ô¼º×ö£¬¶ø²»È¥·Ê黹ÊÇÓÐÒ»¶¨µÄÄѶȵģ¬ËùÒÔÄØ£¬½ñÌ쿪ʼ½«DBA´ÓÍ·¸´Ï°Ò»±é£¬Í¬Ê±ÔÙ²Ù×÷Ò»±é¡£
µÚÒ»Õ£¬Ñ§µÄÊÇOracleµÄÌåϵ½á¹¹£ ......
oracle Ô¼ÊøµÄ״̬
oracleÔÚ´´½¨Ô¼ÊøºóĬÈÏ״̬ÊÇenabled VALIDATED
SQL> create table T2
2 (
3 VID NUMBER,
4 VNAME VARCHAR2(10) not null,
5 VSEX VARCHAR2(10) not null
6 )
7 /
Table created
SQL> alter table t2 add constraints PK_T primary key (vid); ......
Èç¹ûÄãÒª°ÑOracleÀïµÄ´óÁ¿Êý¾Ý(80MÒÔÉÏ)תÒƵ½ÁíÍâµÄÓû§£¬ÁíÍâµÄ±í¿Õ¼äÀï¡£¿ÉÒÔÓÃÏÂÃæ½éÉܵĿìËÙתÒÆÊý¾ÝµÄ·½·¨¡£
Ò»¡¢½¨Ð±íµÄ·½Ê½
create table target_tablename tablespace
target_tablespace_name nologging
pctfree 10 pctused 60
storage(initial 5M next 5M minextents 1
maxextents unlimited pctincr ......
1. ASCII
·µ»ØÓëÖ¸¶¨µÄ×Ö·û¶ÔÓ¦µÄÊ®½øÖÆÊý;
SQL> select ascii(A) A,ascii(a) a,ascii(0) zero,ascii( ) space from dual;
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
2. CHR
¸ø³öÕûÊý,·µ»Ø¶ÔÓ¦µÄ×Ö·û;
SQL> select chr(54740) zhao,chr(65) chr65 from dual;
ZH C
-- -
ÕÔ A
......
ÈçºÎÔ¶³ÌÅжÏOracleÊý¾Ý¿âµÄ°²×°Æ½Ì¨
select * from v$version;
²é¿´±í¿Õ¼äµÄʹÓÃÇé¿ö
select sum(bytes)/(1024*1024) as free_space,tablespace_name
from dba_free_space
group by tablespace_name;
SELECT A.TABLESPACE_NAME,A.BYTES TOTAL,B.BYTES USED, C.BYTES FREE,
(B.BYTES*100)/A.BYTES "% USED",(C.BYTES ......