18.1 Working with Sample Data
Learn about accessing sample data available in Oracle APEX.
- Accessing Read-only Sample Data When Creating or Editing a Page
Access read-only sample data set from the Create Page Wizard and Page Designer. - About Installing Sample Data from SQL Workshop
Install editable sample data sets in SQL Workshop, Utilities.
Parent topic: Managing Application Data
18.1.1 Accessing Read-only Sample Data When Creating or Editing a Page
Access read-only sample data set from the Create Page Wizard and Page Designer.
Oracle APEX includes the following sample data sets: Employees, Geolocation, and Time-Based data. Note that these sample data sets are read-only and available from both the Create Page Wizard and from Page Designer.
Tip:
You can create most page components on top of these sample data sets (including forms and editable interactive grids). However, since these data sets are read-only, Insert, Update, or Delete operations result in an error message.To select a sample data set in the Create Page Wizard:
To select a sample data set for a component in Page Designer:
Related Topics
Parent topic: Working with Sample Data
18.1.2 About Installing Sample Data from SQL Workshop
Install editable sample data sets in SQL Workshop, Utilities.
Navigate to SQL Workshop, Utilities, Sample Datasets to install editable sample data sets with sufficient data to build sample applications containing a variety of different components. Each data set includes various database objects and sample data and is available in one or more languages. SQL Workshop provides a simple user interface which enables you to install, refresh or remove the underlying database objects. To learn more, see About Sample Datasets in Oracle APEX SQL Workshop Guide.
Parent topic: Working with Sample Data