Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

SQL database error

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • SQL database error
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
96
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
Fernando84
Lieutenant JG Fernando84
Lieutenant JG

Posted: ‎2023-04-20 08:00 AM . Last Modified: ‎2023-05-02 11:44 PM

0 Likes
6
1558
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 08:00 AM . Last Modified: ‎2023-05-02 11:44 PM

SQL database error

Hill everyone, I run a process everyday to insert data into ORACLE DB from Geo SCADA, but today I got this error (attached image). Even I tried to insert the data manually but I'm sitll getting the same error. Any suggestion?

 

 

 

Attachments
Labels
  • Labels:
  • Drivers
  • SCADA
  • ViewX
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-20 08:52 AM

0 Likes
2
1539
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 08:52 AM

The Query Processor diagnostics don't show the size, but it is logged in the DB log. Look for a line like the following (with "Resultset complete") which shows the number of rows and size for the result set:

20-APR-2023 15:44:58.432 2B30 [SCX] L09#01 QPTable 2 Resultset complete (47 rows, 10152 bytes)

 


Andrew Scott, R&D Principal Technologist, AVEVA

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 6
AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-20 08:25 AM . Last Modified: ‎2023-04-20 08:26 AM

0 Likes
0
1544
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 08:25 AM . Last Modified: ‎2023-04-20 08:26 AM

The "Size limit exceeded" error indicates that the result set of your SQL query is too large, i.e. it using too much memory. You should review the query to ensure it isn't returning more data than expected.

 

The maximum size (default 250MB) can be changed, see Use the Parameters Settings to Define the SQL Query Row and Size Limit but you need to be careful about running out of memory or adversely effecting the performance of the system.


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

Fernando84
Lieutenant JG Fernando84
Lieutenant JG

Posted: ‎2023-04-20 08:40 AM

0 Likes
0
1541
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 08:40 AM

Hi Andrew, Is there any way to know the size (MB) of my query?

Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-20 08:52 AM

0 Likes
2
1540
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 08:52 AM

The Query Processor diagnostics don't show the size, but it is logged in the DB log. Look for a line like the following (with "Resultset complete") which shows the number of rows and size for the result set:

20-APR-2023 15:44:58.432 2B30 [SCX] L09#01 QPTable 2 Resultset complete (47 rows, 10152 bytes)

 


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

Fernando84
Lieutenant JG Fernando84
Lieutenant JG

Posted: ‎2023-04-20 01:51 PM

In response to AndrewScott
0 Likes
0
1524
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-20 01:51 PM

Thanks for your recommendation Andrew, I'm gonna check the log. 

Reply

Link copied. Please paste this link to share this article on your social media post.

Fernando84
Lieutenant JG Fernando84
Lieutenant JG

Posted: ‎2023-04-21 06:30 AM

In response to AndrewScott
0 Likes
0
1513
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-21 06:30 AM

Hi Andrew, I already checked the DB log but the maximum data size I found is 217 rows 232624 bytes. But I found another line indicating about engineering units exceeded (image). Can this cause the error?

Attachments
Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-21 06:47 AM

0 Likes
0
1507
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-21 06:47 AM

The "exceeded.jpg" log shows a request from an OPC DA client (e.g. a mimic in ViewX) for 62 items where some of these items (probably points) are outside the engineering range for the item (e.g. overrange or underrange analogue points). This is totally unrelated to SQL queries that are too large.

 

You should be able to find entries in the DB log based on the timing or looking for the query that your process executes which is failing with the "Size limit exceeded" error (the SQL itself is in the DB log).

If your system has multiple servers make sure to look at the DB logs for the server your process has connected to, which may not be the current main server.


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of