René's URL Explorer Experiment


Title: Plugin fails when Oracle enforces network encryption (AES256/SHA512) · Issue #32 · utPLSQL/utPLSQL-PLSQL-Developer · GitHub

Open Graph Title: Plugin fails when Oracle enforces network encryption (AES256/SHA512) · Issue #32 · utPLSQL/utPLSQL-PLSQL-Developer

X Title: Plugin fails when Oracle enforces network encryption (AES256/SHA512) · Issue #32 · utPLSQL/utPLSQL-PLSQL-Developer

Description: Plugin fails when Oracle enforces network encryption (AES256/SHA512) Hello, After our Oracle DBAs enabled mandatory encrypted communication on one of our environments, the utPLSQL plugin for PL/SQL Developer stopped working: In other env...

Open Graph Description: Plugin fails when Oracle enforces network encryption (AES256/SHA512) Hello, After our Oracle DBAs enabled mandatory encrypted communication on one of our environments, the utPLSQL plugin for PL/SQL...

X Description: Plugin fails when Oracle enforces network encryption (AES256/SHA512) Hello, After our Oracle DBAs enabled mandatory encrypted communication on one of our environments, the utPLSQL plugin for PL/SQL...

Opengraph URL: https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Plugin fails when Oracle enforces network encryption (AES256/SHA512)","articleBody":"## Plugin fails when Oracle enforces network encryption (AES256/SHA512)\n\nHello,\nAfter our Oracle DBAs enabled **mandatory encrypted communication** on one of our environments, the utPLSQL plugin for PL/SQL Developer stopped working:\n\nIn other environments where encryption is not yet enforced, the plugin continues to work correctly. The issue started immediately after the encryption configuration was introduced.\nI needed to add `(Security=(ENCRYPTION_CLIENT=REQUIRED)(ENCRYPTION_TYPES_CLIENT=AES256)(CRYPTO_CHECKSUM_CLIENT=REQUIRED)(CRYPTO_CHECKSUM_TYPES_CLIENT=SHA512))` to connections in tnsnames.ora. PLSQL Developer works correctly with mandatory encryption.\n\n---\n\n### What happens\n\n- After clicking **\"Run tests\"**, the UI shows _“Running tests...”_, but **no tests are actually executed**.\n  \u003cimg width=\"465\" height=\"350\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2e7f8bb8-81e6-4450-ac80-909056e0b4d2\" /\u003e\n\n- No tests are running on the database (verified via logs).\n- When clicking **\"Abort\"**, the plugin throws:\n  \u003cimg width=\"424\" height=\"142\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d772901a-c1c7-49c1-823e-0a1e74b640dd\" /\u003e\n```\nSee the end of this message for details on invoking \njust-in-time (JIT) debugging instead of this dialog box.\n\n************** Exception Text **************\nSystem.InvalidOperationException: Connection must be open for this operation\n   at Oracle.ManagedDataAccess.Client.OracleCommand.ValidateStatePriorToExecution()\n   at Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteNonQuery()\n   at utPLSQL.RealTimeTestRunner.UtRun(String id, List`1 paths)\n   at System.Threading.Tasks.Task.Execute()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n   at utPLSQL.RealTimeTestRunner.\u003cRunTestsAsync\u003ed__0.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n   at utPLSQL.TestRunnerWindow.\u003cRunTestsAsync\u003ed__26.MoveNext() in c:\\Users\\simon\\Workspace\\utPLSQL\\utPLSQL-PLSQL-Developer\\PlsqlDeveloperUtPlsqlPlugin\\utPLSQL.Ui\\TestRunnerWindow.cs:line 158\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n   at utPLSQL.TestRunnerWindow.\u003cbtnRun_Click\u003ed__52.MoveNext() in c:\\Users\\simon\\Workspace\\utPLSQL\\utPLSQL-PLSQL-Developer\\PlsqlDeveloperUtPlsqlPlugin\\utPLSQL.Ui\\TestRunnerWindow.cs:line 656\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n\n\n************** Loaded Assemblies **************\nmscorlib\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9300.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll\n----------------------------------------\nPlsqlDeveloperUtPlsqlPlugin\n    Assembly Version: 1.2.4.0\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nSystem\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9282.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll\n----------------------------------------\nutPLSQL.UI\n    Assembly Version: 1.2.4.0\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nSystem.Windows.Forms\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9251.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll\n----------------------------------------\nSystem.Drawing\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll\n----------------------------------------\nSystem.Data\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9214.0 built by: NET481REL1LAST_B\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll\n----------------------------------------\nSystem.Core\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9297.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll\n----------------------------------------\nSystem.Xml\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll\n----------------------------------------\nSystem.Configuration\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll\n----------------------------------------\nFontAwesome.Sharp\n    Assembly Version: 5.15.3.0\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nColorProgressBar\n    Assembly Version: 1.2.4.0\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nSystem.Numerics\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll\n----------------------------------------\nPresentationCore\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9297.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll\n----------------------------------------\nWindowsBase\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9297.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll\n----------------------------------------\nPresentationFramework\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9297.0\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll\n----------------------------------------\nSystem.Xaml\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9297.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll\n----------------------------------------\nutPLSQL.Api\n    Assembly Version: 1.5.6.0\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nOracle.ManagedDataAccess\n    Assembly Version: 4.122.19.1\n    Win32 Version: 1.2.4.0\n    CodeBase: file:///C:/Users/cen57757/OneDrive%20-%20Erste%20Group/Dokumenty/plsql%20developer%20plugins/PlsqlDeveloperUtPlsqlPlugin.dll\n----------------------------------------\nSystem.Transactions\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll\n----------------------------------------\nSystem.Web\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9282.0 built by: NET481REL1LAST_C\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll\n----------------------------------------\nSystem.EnterpriseServices\n    Assembly Version: 4.0.0.0\n    Win32 Version: 4.8.9032.0 built by: NET481REL1\n    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll\n----------------------------------------\n\n************** JIT Debugging **************\nTo enable just-in-time (JIT) debugging, the .config file for this\napplication or computer (machine.config) must have the\njitDebugging value set in the system.windows.forms section.\nThe application must also be compiled with debugging\nenabled.\n\nFor example:\n\n\u003cconfiguration\u003e\n    \u003csystem.windows.forms jitDebugging=\"true\" /\u003e\n\u003c/configuration\u003e\n\nWhen JIT debugging is enabled, any unhandled exception\nwill be sent to the JIT debugger registered on the computer\nrather than be handled by this dialog box.\n```\n\nAs more Oracle installations move toward encrypted communication, this plugin becomes unusable unless it supports those configurations.\n\nI’d be happy to help test a fix or submit a PR if guidance is provided.\n\nThanks for your work on this plugin. \n\n","author":{"url":"https://github.com/rbilek-cen57757","@type":"Person","name":"rbilek-cen57757"},"datePublished":"2025-07-14T08:39:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/32/utPLSQL-PLSQL-Developer/issues/32"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9ccb2c04-4620-bee6-4657-83e89c9478fe
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE8DA:3C8A20:459F299:5B61804:696D4B9D
html-safe-nonce41d1e19f4505fa2fa4848827971d09d41bded835e8aca19e6afda81e2655bd69
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOERBOjNDOEEyMDo0NTlGMjk5OjVCNjE4MDQ6Njk2RDRCOUQiLCJ2aXNpdG9yX2lkIjoiNzQ4OTA3OTI1NTQwOTQ0NTc4OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac668565877f1372cde525837897d9610f4d033073681f71ca6925b330d3090de3
hovercard-subject-tagissue:3227889694
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-PLSQL-Developer/32/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b5249ffe701cf6287b26968207692acfdf1c22066544968df2027b543139d100/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b5249ffe701cf6287b26968207692acfdf1c22066544968df2027b543139d100/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
og:image:altPlugin fails when Oracle enforces network encryption (AES256/SHA512) Hello, After our Oracle DBAs enabled mandatory encrypted communication on one of our environments, the utPLSQL plugin for PL/SQL...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerbilek-cen57757
hostnamegithub.com
expected-hostnamegithub.com
None0944e430045f4fb5f7bd103e0660080acfe593174063212555773ca41c144a14
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-PLSQL-Developer git https://github.com/utPLSQL/utPLSQL-PLSQL-Developer.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id197535218
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-PLSQL-Developer
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id197535218
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-PLSQL-Developer
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
release66b6e773801d28660016072069017cfcc851f54b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-PLSQL-Developer%2Fissues%2F32
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-PLSQL-Developer%2Fissues%2F32
Sign up https://patch-diff.githubusercontent.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-PLSQL-Developer
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
utPLSQL https://patch-diff.githubusercontent.com/utPLSQL
utPLSQL-PLSQL-Developerhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-PLSQL-Developer
Fork 9 https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-PLSQL-Developer
Star 28 https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-PLSQL-Developer
Code https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer
Issues 7 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues
Pull requests 1 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/pulls
Actions https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/actions
Projects 0 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/security
Please reload this pagehttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
Insights https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/pulse
Code https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer
Issues https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues
Pull requests https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/pulls
Actions https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/actions
Projects https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/projects
Security https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/security
Insights https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32
Plugin fails when Oracle enforces network encryption (AES256/SHA512)https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32#top
https://github.com/rbilek-cen57757
https://github.com/rbilek-cen57757
rbilek-cen57757https://github.com/rbilek-cen57757
on Jul 14, 2025https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/issues/32#issue-3227889694
https://private-user-images.githubusercontent.com/176896345/465915097-2e7f8bb8-81e6-4450-ac80-909056e0b4d2.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Njg3NzA3NjIsIm5iZiI6MTc2ODc3MDQ2MiwicGF0aCI6Ii8xNzY4OTYzNDUvNDY1OTE1MDk3LTJlN2Y4YmI4LTgxZTYtNDQ1MC1hYzgwLTkwOTA1NmUwYjRkMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDExOFQyMTA3NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hYzY3NGVhNDNlZDA3MWE3MjBhN2I2NWZlOTU2YzI5NzNmMDBlZmNlNjM2MTQwODcwOGQyODVjNDgyMjYyOTFjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xDPUQaMsYfG25GyBJUSO6ogb1eqoTgbm2_d0cMY64Xc
https://private-user-images.githubusercontent.com/176896345/465915656-d772901a-c1c7-49c1-823e-0a1e74b640dd.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Njg3NzA3NjIsIm5iZiI6MTc2ODc3MDQ2MiwicGF0aCI6Ii8xNzY4OTYzNDUvNDY1OTE1NjU2LWQ3NzI5MDFhLWMxYzctNDljMS04MjNlLTBhMWU3NGI2NDBkZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDExOFQyMTA3NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMWIxM2M3OTU3ODMyNjMxNmQyNDE4OTVjNWQzNTc4N2YyNTk2YzYzYzdjM2Y5NjJmODJiNDkyNWE3YTM5YjAwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.piMbl9phQCu1oVtRTWHffdWHHcWQFKGrJXEVaKBxiSQ
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.