Giter Club home page Giter Club logo

Comments (6)

jariolaine avatar jariolaine commented on June 17, 2024

Hi,

What is your database version?
What is database MAX_STRING_SIZE parameter value?

select name, value
from v$parameter
where name = 'max_string_size';

Please run below and post output:

alter view blog_v_posts compile;
alter package blog_util compile;
select *
from user_errors;

from apex-blog.

pengzz9527 avatar pengzz9527 commented on June 17, 2024

from apex-blog.

pengzz9527 avatar pengzz9527 commented on June 17, 2024

Hi,

What is your database version?

Oracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production

deployed on apex.oracle.com ;

What is database MAX_STRING_SIZE parameter value?

select name, value
from v$parameter
where name = 'max_string_size';

It should be no access permission,get error: Error at line 2/6: ORA-00942: table or view does not exist ,when excute :
select name, value
from v$parameter
where name = 'max_string_size';

from apex-blog.

jariolaine avatar jariolaine commented on June 17, 2024

There is issue in view BLOG_V_POSTS when database parameter MAX_STRING_SIZE value is STANDARD.

Create view using attached DDL
blog_v_posts_fix_issue_13.zip

And compile invalid objects.

alter view blog_v_posts_last20 compile;
alter view blog_v_archive_year compile;
alter view blog_v_comments compile;
alter view blog_v_categories compile;
alter view blog_v_archive_year compile;
alter view blog_v_tags compile;
alter package blog_util compile;
alter package blog_xml compile;

Run below insert where you replace < admin application id here > part with actual application id

insert into blog_settings(display_seq,is_nullable,attribute_name,data_type,attribute_group_message,int_min,int_max,attribute_value) values('30','0','G_ADMIN_APP_ID','STRING','INTERNAL',null,null, <admin application id here>);

Drop view

drop view blog_v_version;

Install blog public application again.

from apex-blog.

pengzz9527 avatar pengzz9527 commented on June 17, 2024

Trank you ,Problem solved, perfect!

from apex-blog.

jariolaine avatar jariolaine commented on June 17, 2024

Waiting that bug #12 is fixed from Oracle to continue development.

from apex-blog.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.