Ticker

6/recent/ticker-posts

What is Global Page In Oracle APEX - Javainhand Tutorial

In this Oracle APEX Tutorial, we will explore about the what is Global Page in Oracle APEX.

What is Global Page In Oracle APEX

In this Post, we will understand Global Page in Oracle APEX with the help of some Questions with Answers.

Let’s Start Our Topic

  1. What is Global Page in Oracle APEX?
  2. How to create Global Page in Oracle APEX?
  3. What is the use of Global Page in Oracle APEX?
  4. How can you restrict page zero items across the application in Oracle APEX?

What is Global Page in Oracle APEX?

Global Page also known as a Zero Page in Oracle APEX. Global Page works as a Master Page in your application because Master Page can contain all the rendering components(Items,Button,Regions,dynamic actions etc.) that will appear on the every pages in your application.

Important Notes:-

  1. In the Global Page, Processing section like(Validation,PL/SQL Process etc.) does not display.
  2. We can't directly run Global Page compared to the Normal Pages. If you will directly run Global Page then a message will appear on your screen that (Global pages can not be run directly from Page Designer. Review the Global components by running a page that includes content from the global page).
  3. Global Page option only appears if the application does not a Global page for the specified user an interface. 
  4. Yes, We can change Global Page Number at the time of creation.

How to create a Global Page in Oracle APEX?

In this Section, We are sharing following steps which helps to Create Global Page  in Oracle APEX

So let's start 

Step 1Go to the Application, In which you want to create Global Page or Zero Page. Just like, I am creating global page in a Sample Database Application. See the below screenshot which will help you to better understand.

Oracle APEX Tutorial - What is Global Page Or Zero Page In Oracle APEX

Step 2. After selecting the Application you have to see create page button. See the below screenshot which will help you to better understand.

Oracle APEX Tutorial - What is Global Page Or Zero Page In Oracle APEX

Step 3. After clicking on the create page button, you will see a new interface there is too many page type but you have to select the global page type and click on next button. See the below screenshot which will help you to better understand.

Oracle APEX Tutorial - What is Global Page Or Zero Page In Oracle APEX

Step 4After clicking on the Next button, you will see a new interface and give it the page number for identification with an integer value then click on the create button and finish, you created successfully a global page. See the below screenshot which will help you to better understand.

Oracle APEX Tutorial - What is Global Page Or Zero Page In Oracle APEX

What is the use of Global Page in Oracle APEX?

Global Page is a master or very important page in oracle application express. If you want to display all components on every page then you should choose the Global page.

How can you restrict page zero items across the application in Oracle APEX?

Yes, we can restrict Global Page components across the application with the help of Server-Side Condition on that particular component.

That's all for today, I think (What is Global Page In Oracle APEX) post will helpful for you. If you like the post then leave a comment in the comment section.

We have already upload a video on Global Page topic. If you want to watch then click here.

Post a Comment

3 Comments

  1. Thank You so much for this post, Really helped me understand the concept of Global Page.
    I really like this blog for all APEX posts.

    ReplyDelete
  2. hello ,
    thanks for every thing you done.
    can you help me in this problem
    - i have project for point of sale
    - each point of sale has different stores
    - each employee can be assign to one or more store
    the question
    when i login the application i want to chose the store which he can make transactions
    this store will be the default for all the sales transaction
    where can i put the list of store after login to be global for all the application
    thanks

    ReplyDelete

If you have any doubts, Please let me know