René's URL Explorer Experiment


Title: Under Oracle EE 18.5.0.0.0 tests with %beforeeach or %aftereach fails with ORA-20204. · Issue #884 · utPLSQL/utPLSQL · GitHub

Open Graph Title: Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. · Issue #884 · utPLSQL/utPLSQL

X Title: Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. · Issue #884 · utPLSQL/utPLSQL

Description: Describe the bug Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. ORA-20204: Suite test does not exist But both exist! Provide version info Information about utPLSQL and ...

Open Graph Description: Describe the bug Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. ORA-20204: Suite test does not exist But both exist! Provide ver...

X Description: Describe the bug Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. ORA-20204: Suite test <before/after each procedure> does not exist But both exist! Provi...

Opengraph URL: https://github.com/utPLSQL/utPLSQL/issues/884

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Under Oracle EE 18.5.0.0.0 tests with %beforeeach or %aftereach fails with ORA-20204.","articleBody":"**Describe the bug**\r\nUnder Oracle EE 18.5.0.0.0 tests with %beforeeach or %aftereach fails with ORA-20204.\r\nORA-20204: Suite test \u003cbefore/after each procedure\u003e does not exist\r\nBut both exist!\r\n\r\n**Provide version info**\r\nInformation about utPLSQL and Database version, \r\n```sql\r\nset serveroutput on\r\ndeclare\r\n  l_version varchar2(255);\r\n  l_compatibility varchar2(255);\r\nbegin\r\n  dbms_utility.db_version( l_version, l_compatibility );\r\n  dbms_output.put_line( l_version );\r\n  dbms_output.put_line( l_compatibility );\r\nend;\r\n/\r\n\r\n==\u003e\r\nPL/SQL block executed\r\n18.0.0.0.0\r\n18.0.0\r\n\r\n-\u003e this query is wrong for 18c upwards, the sqlplus header shows us:\r\nOracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production\r\nVersion 18.5.0.0.0\r\n\r\nselect substr(ut.version(),1,60) as ut_version from dual;\r\nv3.1.6.2735\r\n\r\nselect * from v$version;\r\n\r\n==\u003e\r\nBANNER                                                                                 BANNER_FULL                                                                                          BANNER_LEGACY                                                                          CON_ID                                       \r\n-------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------- -------------------------------------------- \r\nOracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production                 Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production\r\nVersion 18.5.0.0.0            Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production                                                            0 \r\n\r\nselect * from nls_session_parameters;\r\n\r\n==\u003e\r\nPARAMETER                                                                                            VALUE                                                                                                \r\n---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- \r\nNLS_LANGUAGE                                                                                         GERMAN                                                                                               \r\nNLS_TERRITORY                                                                                        GERMANY                                                                                              \r\nNLS_CURRENCY                                                                                         €                                                                                                    \r\nNLS_ISO_CURRENCY                                                                                     GERMANY                                                                                              \r\nNLS_NUMERIC_CHARACTERS                                                                               ,.                                                                                                   \r\nNLS_CALENDAR                                                                                         GREGORIAN                                                                                            \r\nNLS_DATE_FORMAT                                                                                      DD.MM.RRRR                                                                                           \r\nNLS_DATE_LANGUAGE                                                                                    GERMAN                                                                                               \r\nNLS_SORT                                                                                             GERMAN                                                                                               \r\nNLS_TIME_FORMAT                                                                                      HH24:MI:SSXFF                                                                                        \r\nNLS_TIMESTAMP_FORMAT                                                                                 DD.MM.RR HH24:MI:SSXFF                                                                               \r\nNLS_TIME_TZ_FORMAT                                                                                   HH24:MI:SSXFF TZR                                                                                    \r\nNLS_TIMESTAMP_TZ_FORMAT                                                                              DD.MM.RR HH24:MI:SSXFF TZR                                                                           \r\nNLS_DUAL_CURRENCY                                                                                    €                                                                                                    \r\nNLS_COMP                                                                                             BINARY                                                                                               \r\nNLS_LENGTH_SEMANTICS                                                                                 CHAR                                                                                                 \r\nNLS_NCHAR_CONV_EXCP                                                                                  FALSE                                                                                                \r\n\r\nselect substr(dbms_utility.port_string,1,60) as port_string from dual;\r\n\r\n==\u003e\r\nPORT_STRING                                                        \r\n------------------------------------------------------------------ \r\nx86_64/Linux 2.4.xx                                                \r\n\r\n```\r\n\r\n**Information about client software**\r\nWhat client was used to run utPLSQL tests? Was it from TOAD, SQLDeveloper, SQLPlus, PLSQL Developer etc...\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. In SQL Developer with utPLSQL extension create the provided test package in Oracle EE 18.5.0.0.0 and open the package\r\n2. Right Click open the context menu in editor and click \"Run utPLSQL Test\"\r\n3. See error in te script output:\r\nORA-06512: at \"UT3.UT_SUITE_MANAGER\", line 680\r\nORA-06512: at \"UT3.UT_RUNNER\", line 150\r\n\r\nORA-20204: Suite test s205031.test_betwnstr.setup does not exist\r\nORA-06512: at \"UT3.UT_SUITE_MANAGER\", line 680\r\n\r\n\r\n\r\nError starting at line : 2 in command -\r\nBEGIN ut.run('S205031.test_betwnstr.setup'); END;\r\nError report -\r\nORA-20204: Suite test s205031.test_betwnstr.setup does not exist\r\nORA-06512: at \"UT3.UT_RUNNER\", line 163\r\nORA-06512: at \"UT3.UT_SUITE_MANAGER\", line 680\r\nORA-06512: at \"UT3.UT_RUNNER\", line 150\r\nORA-06512: at \"UT3.UT\", line 126\r\nORA-06512: at \"UT3.UT\", line 427\r\nORA-06512: at \"UT3.UT\", line 538\r\nORA-06512: at line 1\r\n\r\n**Expected behavior**\r\nThe test should find and run the beforeEach and aftereach procedures. It is possible, that other annotations run into this error, so you should check all.\r\n\r\n**Example code**\r\nWill attach a modified test_betwnstr package to reproduce this issue.\r\n\r\n**Additional context**\r\nAdd any other context about the problem here.\r\n","author":{"url":"https://github.com/tkleiber","@type":"Person","name":"tkleiber"},"datePublished":"2019-03-29T07:05:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/884/utPLSQL/issues/884"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1dab9735-3816-78f9-752e-f7661a0e6e7a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA600:3D0535:1861363:20BBCE2:6969ACD2
html-safe-nonce20e77d724bd40327a57fa005bf0910269adc065f90ff645d67ec77b3a2143eb7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjAwOjNEMDUzNToxODYxMzYzOjIwQkJDRTI6Njk2OUFDRDIiLCJ2aXNpdG9yX2lkIjoiMTAyMjY1NjExODk1MDMwOTA3NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6cc692d2b10e0f65a595c1cac90b2861c23ddf894b7f8d19e20d41542e3ed65b
hovercard-subject-tagissue:426846852
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL/884/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d05b99ec478332b97fd2bd3da57f7ff06a2d3b4c0767168d962a81ac61239aee/utPLSQL/utPLSQL/issues/884
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d05b99ec478332b97fd2bd3da57f7ff06a2d3b4c0767168d962a81ac61239aee/utPLSQL/utPLSQL/issues/884
og:image:altDescribe the bug Under Oracle EE 18.5.0.0.0 tests with �foreeach or �tereach fails with ORA-20204. ORA-20204: Suite test does not exist But both exist! Provide ver...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametkleiber
hostnamegithub.com
expected-hostnamegithub.com
None24c4c97a2d520cb286b35e1a4c22d7a4df3c26a2fa28dd7cdf0e65db327b4de7
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL git https://github.com/utPLSQL/utPLSQL.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id50728220
octolytics-dimension-repository_nwoutPLSQL/utPLSQL
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id50728220
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release124667f43168afb6c9c03b7c02eb5b1d2e1be3d9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL/issues/884#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL%2Fissues%2F884
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL%2Fissues%2F884
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/884
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/884
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/884
utPLSQL https://github.com/utPLSQL
utPLSQLhttps://github.com/utPLSQL/utPLSQL
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Fork 187 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Star 599 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Code https://github.com/utPLSQL/utPLSQL
Issues 60 https://github.com/utPLSQL/utPLSQL/issues
Pull requests 2 https://github.com/utPLSQL/utPLSQL/pulls
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects 0 https://github.com/utPLSQL/utPLSQL/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL/issues/884
Insights https://github.com/utPLSQL/utPLSQL/pulse
Code https://github.com/utPLSQL/utPLSQL
Issues https://github.com/utPLSQL/utPLSQL/issues
Pull requests https://github.com/utPLSQL/utPLSQL/pulls
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects https://github.com/utPLSQL/utPLSQL/projects
Security https://github.com/utPLSQL/utPLSQL/security
Insights https://github.com/utPLSQL/utPLSQL/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL/issues/884
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL/issues/884
Under Oracle EE 18.5.0.0.0 tests with %beforeeach or %aftereach fails with ORA-20204.https://github.com/utPLSQL/utPLSQL/issues/884#top
discussionhttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22discussion%22
v3.1.7https://github.com/utPLSQL/utPLSQL/milestone/14
https://github.com/tkleiber
https://github.com/tkleiber
tkleiberhttps://github.com/tkleiber
on Mar 29, 2019https://github.com/utPLSQL/utPLSQL/issues/884#issue-426846852
discussionhttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22discussion%22
v3.1.7https://github.com/utPLSQL/utPLSQL/milestone/14
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.