@@ -69,9 +69,9 @@ This section explains how to access remote database by creating a database link.
6969
7070## Index
7171> Supports :
72- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,db2,tibero > )
72+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,db2,tibero,cubrid > )
7373
74- Create Index in Oracle Database Table or Cluster.
74+ Create Index in Database Table or Cluster.
7575
76761 . Connect to Database.
77772 . On the main menu bar, go to ** Create** >** Index** .
@@ -95,7 +95,7 @@ Create Index in Oracle Database Table or Cluster.
9595> Supports :
9696> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
9797
98- This section explains how to create new jobs on Oracle database.
98+ This section explains how to create new jobs on database.
9999
1001001 . Connect to database.
1011012 . On the main menu bar, go to ** Create** >** Jobs** .
@@ -113,7 +113,7 @@ This section explains how to create new jobs on Oracle database.
113113> Supports :
114114> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
115115
116- On oracle database, select new attribute, method, and body to form an object type.
116+ On database, select new attribute, method, and body to form an object type.
117117
1181181 . Connect to database.
1191192 . On the main menu bar, go to ** Create** >** Object Type** .
@@ -134,7 +134,7 @@ On oracle database, select new attribute, method, and body to form an object typ
134134> Supports :
135135> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
136136
137- This section explains how to create a new redo log group on Oracle database.
137+ This section explains how to create a new redo log group on database.
138138
1391391 . Connect to database.
1401402 . On the main menu bar, go to ** Create** >** Redo Log Group** .
@@ -182,9 +182,9 @@ This section explains how to create rollback segment.
182182
183183## Sequence
184184> Supports :
185- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,sqlserver,tibero > )
185+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,postgresql, sqlserver,db2 ,tibero > )
186186
187- This section explains how to create new sequence on Oracle database.
187+ This section explains how to create new sequence on database.
188188
1891891 . Connect to database.
1901902 . On the main menu bar, go to ** Create** >** Sequence…** .
@@ -200,7 +200,7 @@ This section explains how to create new sequence on Oracle database.
200200> Supports :
201201> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,sqlserver,tibero > )
202202
203- This section explains how to create synonyms on Oracle database.
203+ This section explains how to create synonyms on database.
204204
2052051 . Connect to database.
2062062 . On the main menu bar, go to ** Create** >** Synonym** .
@@ -216,9 +216,9 @@ This section explains how to create synonyms on Oracle database.
216216
217217## Table
218218> Supports :
219- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero > )
219+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero,cubrid > )
220220
221- Create Tables in Oracle Database.
221+ Create Tables in Database.
222222
2232231 . Connect to Database.
2242242 . On the main menu bar, go to ** Create** >** Table** .
@@ -236,7 +236,7 @@ Create Tables in Oracle Database.
236236> Supports :
237237> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
238238
239- This section explains how to create a new table space on Oracle database.
239+ This section explains how to create a new table space on database.
240240
2412411 . Connect to database.
2422422 . On the main menu bar, go to ** Create** >** Tablespace** .
@@ -257,7 +257,7 @@ This section explains how to create a new table space on Oracle database.
257257> Supports :
258258> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
259259
260- This section explains how to create a new user on Oracle database. To create a new user, you must be privileged to ’CREATE USER’ and to view ‘DBA_VIEWS’.
260+ This section explains how to create a new user on database. To create a new user, you must be privileged to ’CREATE USER’ and to view ‘DBA_VIEWS’.
261261
2622621 . Connect to database.
2632632 . On the main menu bar, go to ** Create** >** User** .
@@ -281,7 +281,7 @@ This section explains how to create a new user on Oracle database. To create a n
281281
282282## View
283283> Supports :
284- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero > )
284+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero,cubrid > )
285285
286286Create a new view in Database. To create a view, you need CREATE VIEW privilege.
287287
@@ -302,7 +302,7 @@ Create a new view in Database. To create a view, you need CREATE VIEW privilege.
302302> Supports :
303303> ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
304304
305- This section explains how to create new profile in Oracle database. On profile, you can set limitations on database resource. The owner who is assigned a profile will have limited access to resourced defined by the profile. To create profile, owner’s ‘CREATE PROFILE’ privilege is required.
305+ This section explains how to create new profile in database. On profile, you can set limitations on database resource. The owner who is assigned a profile will have limited access to resourced defined by the profile. To create profile, owner’s ‘CREATE PROFILE’ privilege is required.
306306
3073071 . Connect to database.
3083082 . On the main menu bar, go to ** Create** >** Profile** .
@@ -342,24 +342,24 @@ Options for password tab are as followed.
342342
343343## Procedure/Function/Package
344344> Supports :
345- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,tibero > )
345+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2, tibero,cubrid > )
346346
347- This section explains how to create new procedure/function/package on Oracle database.
347+ This section explains how to create new procedure/function/package on database.
348348
3493491 . Connect to database.
3503502 . On the main menu bar, go to ** Create** >** Procedure/Function/Package** .
3513513 . Click [ Open Example] on the object tab to create.
352- 4 . Click [ Edit] to open [ PL/SQL Editor] .
352+ 4 . Click [ Edit] to open [ PL/SQL Editor] or [ SQL Editor ] .
3533535 . Write and edit codes based on example fitting to logic.
354354
355355![ create Procedure/Function/Package] ( https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/create/create-PLSQLObject.png )
356356
357357
358358## Trigger
359359> Supports :
360- > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero > )
360+ > ![ support-database] ( < http://www.sqlgate.com/docs-badge/oracle,mysql,mariadb,postgresql,sqlserver,db2,tibero,cubrid > )
361361
362- Create a new Trigger in Oracle Database. To create Triggers, users must have a privilege to ‘CREATE TRIGGER’.
362+ Create a new Trigger in Database. To create Triggers, users must have a privilege to ‘CREATE TRIGGER’.
363363
3643641 . Connect to Database.
3653652 . On the main menu bar, go to ** Create** >** Trigger** .
0 commit comments