Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6703237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:08:52+00:00 2026-05-26T07:08:52+00:00

I am trying to make a login form through Oracle’s Form Builder, I have

  • 0

I am trying to make a login form through Oracle’s Form Builder, I have a table called TRAVEL_USER which I made in SQLPlus.

I have made a button and am using the trigger WHEN-BUTTON-PRESSED.

To start myself off I am using this code to simply count the number of users registered on the system:

DECLARE
    TUsers NUMBER := 0;
BEGIN
    SELECT COUNT(*) FROM TRAVEL_USER;
END;

When compiling this I get the following error:
Error 201: identifier ‘TRAVEL_USER’ must be declared.

I can confirm that this table exists in the database I am connecting to, I checked via SQLPlus and the data block wizard in the Oracle Forms Builder.

I connect to the database with full admin privileges (using the system username).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:08:52+00:00Added an answer on May 26, 2026 at 7:08 am

    What user owns the TRAVEL_USER table? If you’re connecting as the user SYSTEM (Bad Idea) then you likely need to fully qualify the table name with the schema name that owns the table:

    SELECT COUNT(*) FROM owner.travel_user;
    

    Either that or create a public synonym for the table:

    CREATE PUBLIC SYNONYM travel_user FOR owner.travel_user;
    

    You should not make a habit of using the SYS or SYSTEM accounts for application purposes. They are system accounts and should be used for system purposes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to make a secure login for my site that I
I have a c# app and I'm trying to write a basic login form
Can the form-login tag make use of URLs to external resources? I have two
i am trying to make a custom login form in drupal-6.22 using Email Registration
I'm trying to make a jquery login system, but when I submit the form,
I'm trying to make a normal username/password login form secure, without needing HTTPS. My
I'm trying to make a login form for my kohana2 app using ORM example
I was trying to make a popup php form and login popup pages and
I'm trying to make a form to login users into my webpage using mysql
I am trying to make a php login page that allows users to access

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.