ERR-7620 Could not determine workspace for application () - oracle-apex-19.1

I tried to upload file using the oracle apex brower file item and got the below error:
ERR-7620 Could not determine workspace for application ().
Environment :
Oracle cloud
Database : ATP Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Oracle Apex : 19.2
Everything use to work, i change nothing.
Thanks.

Related

Apex 19.2 doesn't display properly and it doesn't work in oracle 11g enterprise edition

Apex 19.2. It doesn't work in Oracle 11g enterprise edition.
According to screenshot you posted, it looks as if images are missing. If that's so, try the following:
go to SQL Workshop - RESTful services - ORDS based RESTful services - press Register schema with ORDS button
enter schema alias (e.g. arifullah_sa, presuming arifullah is current schema)
click Save button
That should do.
First of all update your ORDS by registering it with database
update your apex images as well.

Several error after transfer APEX Application between hosts with same apex version

I transferred a application from a host with apex 20.1 and Database 19.3 to another host with apex 20.1 and Database Xe 11g.
My application only use a schema that I transferred it completely with Data Pump.
1- After this transfer for each page that have intReport i see javaScript Error!
2- One of my page doesn't work, completely and show a error ( can see it here ). I Finded problem of this page that have a master detail structure!
I have a LIST ITEM in in detail intGrid. When i change it to TEXT ITEM page work correctly!!
Do you have similar problem after transfer application between hosts with same apex version?
Do you have any idea about this errors?
Oracle Database XE 11g is actually running database version 11.2.0.2.0. If you look at the section Oracle Database Requirements for APEX 20.1 you will see in the release notes:
Oracle Application Express release 20.1 requires an Oracle Database release 11.2.0.4 or later...
If you are looking to transfer your application to an XE environment, I would recommend using the latest version of the XE database which is version 18.4.0.0.0

ORA-00904: "STRDEF": invalid identifier

I'm getting this Error while executing the query in Oracle Database :
ORA-00904: "STRDEF": invalid identifier
Oracle Database Version is :
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit
Production PL/SQL Release 11.2.0.4.0 - Production
"CORE 11.2.0.4.0 Production" TNS for Linux: Version 11.2.0.4.0 -
Production NLSRTL Version 11.2.0.4.0 - Production
STRDEF is not an attribute in the query referenced anywhere in tables / views.
The DB was refreshed recently from Production.
Anyone seen this kind of issue before?
Issue was with the Oracle Session Level parameter “QUERY_REWRITE_ENABLED”. From Oracle docs it’s found that it’s used by Oracle to quickly answer the query using materialized views. For some reason it was enabled at the database level causing all the queries to be rewritten by Oracle behind the scenes. This problem was introduced by Oracle while creating the fix.
It was linked to the issue discussed in -
ORA-00904: “from$_subquery$_014”.“column_name”: invalid identifier
JFYI we were facing this issue too.

SonarQube. What oracle DB component can be removed

We use Oracle DB as sonarqube database and found out that list of oracle components installed. What components can be safely removed?
List of components:
COMP_ID COMP_NAME
APEX Oracle Application Express
EM Oracle Enterprise Manager
ORDIM Oracle Multimedia
XDB Oracle XML Database
CONTEXT Oracle Text
EXF Oracle Expression Filter
RUL Oracle Rules Manager
OWM Oracle Workspace Manager
CATALOG Oracle Database Catalog Views
CATPROC Oracle Database Packages and Types
JAVAVM JServer JAVA Virtual Machine
XML Oracle XDK
CATJAVA Oracle Database Java Packages
SonarQube didn't install one or many Oracle components. They can be installed during the creation process of the database or after (but always explicitly).
SonarQube works perfectly with the minimum and mandatory Oracle components :
Oracle Database Catalog
Oracle Database packages and Types
Oracle XML Database

Oracle developer suite 6i and Oracle XE database.

I am new to Oracle forms and database. I installed oracle developer suite 6i and XE database on windows machine. Using Sql developer, I am able to connect to the database and execute all the query against HR schema. When using the PLUS80w.exe from developer suite to connect, I get incorrect user and password error. Can I some one tell what could be the possible error?
P.S. Both the tnsnames.ora are identical.

Resources