A list of control shortcuts to be reviewed to determine whether they can be removed from KiSoft.
The following public workspace folders will be reviewed:
- Production Support Data
- JLP-Prototype-Controls
declare | |
l_search varchar2(1000) := 'search term'; | |
l_count number := 0; | |
l_char varchar2(32767); | |
begin | |
/* remember to turn dbms_output on to see the results */ | |
dbms_output.put_line('Searching for: "' || l_search || '"'); | |
for rec in ( | |
select * from all_views where text_length < 32767 |
Program: Starting Squirrel Updater: | |
Program: Starting Squirrel Updater: --download https://atom.io/api/updates | |
Program: Fetching update information, downloading from https://atom.io/api/updates | |
CheckForUpdateImpl: Downloading RELEASES file from https://atom.io/api/updates | |
FileDownloader: Downloading url: https://atom.io/api/updates/RELEASES | |
IEnableLogger: Failed to download url: https://atom.io/api/updates/RELEASES: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required. | |
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) | |
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) | |
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) | |
--- End of stack trace from previous location where exception was thrown --- |