Re: Memory Problem with 1 DB. Other DB ok
I don't have any problem running the queries in MySQL via Toad. The strange thing is that the queries seem so lightweight, nothing should have trouble.
From MSSQL, running SELECT MAX(ID) from WP_USERS still gives me the memory error. So does SELECT TOP 1 ID from WP_USERS ORDER BY ID
But, from MSSQL if I do SELECT TOP 10000 * FROM WP_USERS, it works fine. And that is all the columns, not just ID, but NO "ORDER BY"
Seems related to trying to do "ORDER BY"
Subject
Views
Written By
Posted
3551
January 22, 2015 11:15PM
1927
January 24, 2015 11:25AM
1963
January 25, 2015 11:26AM
2142
January 25, 2015 12:06PM
1855
January 25, 2015 12:09PM
1872
January 26, 2015 12:14PM
1899
January 26, 2015 12:25PM
1916
January 27, 2015 09:45PM
1974
January 28, 2015 12:46AM
Re: Memory Problem with 1 DB. Other DB ok
1828
January 28, 2015 07:48AM
1943
January 28, 2015 10:39AM
2201
January 28, 2015 02:27PM
1826
January 28, 2015 02:39PM
2005
January 28, 2015 03:00PM
1895
January 29, 2015 06:08PM
1878
January 29, 2015 06:10PM
1962
January 29, 2015 08:49PM
1921
January 29, 2015 10:32PM
1890
January 29, 2015 10:33PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.