Skip to main content

Questions tagged [session]

0 votes
0 answers
45 views

We’ve been using SQL Server Maintenance Solutions for decades, but recently I’ve started encountering issues with missing log backups. There are no error messages, and the jobs are still scheduled, ...
Pat Trongo's user avatar
4 votes
1 answer
724 views

I'm looking after a SQL server having long open sessions. There is no open transaction, or actively running query (requests) for this session. What is the reason why a session may remain open? Is it ...
variable's user avatar
  • 3,602
1 vote
1 answer
313 views

I've been working with the sys.dm_exec_sessions dynamic management view and I'm hoping to gain a better understanding of the last_request_start_time and last_request_end_time columns. From the ...
Fajela Tajkiya's user avatar
0 votes
0 answers
130 views

I've been working with several Dynamic Management Views (DMVs) in SQL Server to monitor transactions, specifically sys.dm_tran_session_transactions, sys.dm_tran_database_transactions, and sys....
Fajela Tajkiya's user avatar
0 votes
1 answer
195 views

Let's say: your application should use session IDs generated with a CSPRNG, which shall authenticate your user sessions your system uses PHP 8.2 and MariaDB 10.6 Which of the approaches below ...
DevelJoe's user avatar
  • 163
0 votes
1 answer
1k views

I have a frontend written in MS Access that connects to a Postgres backend through ODBC. Sometimes the number of sessions reaches 100 and at that point I get an "ODBC call failed" error. I ...
Christos Arapidis's user avatar
0 votes
1 answer
1k views

I've decided to switch from PHP's native session management based on $_SESSION to use my own, due to many different issues I've had so far with PHP's possibilities, and also because I'm building an ...
DevelJoe's user avatar
  • 163
0 votes
1 answer
139 views

Where can I find the list of characters which are valid for PostgreSQL configuration parameter names? By trial and error I found that '.' and '_' are valid, but ':' isn't. Quoting doesn't seem to help....
Isac Casapu's user avatar
0 votes
0 answers
482 views

In an effort to set a reasonable sessions_per_user profile setting for shared database accounts or other non-unique account (ie. an account an application uses to log into the database for all app ...
Jeff Bauersfeld's user avatar
1 vote
0 answers
4k views

I need some guidance please. An application is going through migration and the processes seem to be quite cpu intensive. CPU utilisation on the server is very high - in the 90's. The headblocker ...
PTL_SQL's user avatar
  • 447
0 votes
0 answers
123 views

As an analyst I'm running multiple queries on our Oracle ERP via Power Query (Power BI). Now, I hit some form of session limit on my default profile's session limit. How do you evaluate how many ...
Douwe van der Meer's user avatar
3 votes
1 answer
1k views

PostgreSQL 12.2 (Ubuntu 12.2-2.pgdg18.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0, 64-bit Client is Data Grip and same behavior from my report server which uses ...
James's user avatar
  • 33
0 votes
2 answers
690 views

I have blocked sessions and see which session is blocking them, having session_id and serial#. Is it possible to connect to such session? How? Background: using V$SESSION_BLOCKERS I see sessions are ...
Jakub P's user avatar
  • 167
-1 votes
1 answer
119 views

We want to know whether the given approach is correct or not. I understand that there might other and presumably better and more optimized ways of accomplishing the task. But it is a curiosity that I ...
Subrata Das's user avatar
0 votes
1 answer
3k views

I was listing out all sessions open in my sql server 2016 production server. I have issues with slow performance and i have been investigating it. I see that i have several same sessions(session_id) ...
user9516827's user avatar
  • 1,345

15 30 50 per page
1
2 3 4 5