Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 packages have references to APEX functions (which prevents them from being installed independently) #26

Open
GoogleCodeExporter opened this issue Jan 27, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. @install_amazon.sql in a database that does not have APEX installed
2. select * from dba_errors;
3.

What is the expected output? What do you see instead?
"amazon S3" only packages will not install unless APEX is present.

What version of the product are you using? On what operating system?
ORACLE 11.2.0.4 on RedHat linux

Please provide any additional information below.

There are a couple of references to APEX functions, which can likely be 
replaced with generic ones, so that S3 modules can be installed independently.

amazon_aws_s3_pkg.pkb:
  '&Signature=' || wwv_flow_utilities.url_encode2 (l_signature);

debug_pkg.pkb:
  if (apex_application.g_debug) then
    apex_application.debug (p_msg);
  ...
  if (m_debugging or apex_application.g_debug) then

Original issue reported on code.google.com by maxymkha...@gmail.com on 31 Aug 2014 at 11:08

@GoogleCodeExporter
Copy link
Author

Original comment by thehunge...@gmail.com on 4 Sep 2014 at 4:21

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by thehunge...@gmail.com on 4 Sep 2014 at 4:21

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant