ADVERTISEMENT

Senators: Impeachment trial not an ideal situation but…

Published Jan 21, 2026 03:11 pm

At A Glance

  • At least two senators on Wednesday, January 21 agree that the holding of an impeachment trial at this point in time is not an ideal situation but holding government officials accountable is a necessary and very important political exercise.
Senate President Francis “Chiz” Escudero presides over the first organizational meeting and plenary session of the Commission on Appointments (CA) for the 20th Congress, attended by the new members from the Senate and the House of Representatives. (Commission on Appointments)
Senate President Francis “Chiz” Escudero presides over the first organizational meeting and plenary session of the Commission on Appointments (CA) for the 20th Congress, attended by the new members from the Senate and the House of Representatives. (Commission on Appointments)

At least two senators on Wednesday, January 21 agree that the holding of an impeachment trial at this point in time is not an ideal situation but holding government officials accountable is a necessary and very important political exercise.

For his part, Sen. Sherwin Gatchalian said he believes it is not prudent for the Senate to conduct an impeachment trial given the weight of the recent scandals implicating lawmakers and government officials in various graft and corruption issues in light of the investigation into the anomalous flood control projects. 

But holding public officials, even those occupying the top positions, is part of the country’s democratic processes.

“In my personal opinion, we have a lot to fix. We’re not even through fixing the issue on flood control. And the reforms we're doing so that this doesn't happen again are just beginning,” Gatchalian said in an interview on DZMM. 

“There are many other things we need to look into so that this doesn't happen again. For example, our processes. So that's one,” he said.

“But we also can't ignore accountability. Because that's also part of strengthening our institutions,” the senator said.

Should the cases prosper at the House of Representatives, the Senate will be facing two impeachment trials this year—that of President Ferdinand “Bongbong” Marcos Jr. and Vice President Sara Duterte. 

But Gatchalian believes the impeachment process would be protracted given the latest ruling of the Supreme Court. 

“First of all, impeachment proceedings is now very difficult. Because of the Supreme Court ruling, there are now many processes at the Lower House alone. They need to be like prosecutors in the House alone. They are required to summon the accused, the witnesses. So that alone, it is a long process,” he said.

“Unlike before, the approval of just one-third of the lawmakers is all that is needed, then it goes to straight to the Senate. Now, because of the new Supreme Court policy, it is a long process in the Lower  House,” he pointed out.

Moreover, the composition of the 19th Congress and the 20th Congress for both chambers are very different. 

“The sentiments in the 19th Congress and the 20th Congress are also very different. It is very different. Just here in the Senate, you can see the composition is far, far away from the 19th Congress. So these are the factors that should be considered,” he said.

Sen. Risa Hontiveros also agreed that conducting an impeachment trial is not the ideal situation as it could disrupt the country’s economic stability again “but nobody can quarrel with the principle of accountability of public officials.”

“If these (impeachment cases) go up here to the Senate, I am ready to perform my duty as senator-judge to consider any evidence that will be offered in the impeachment complaint and make a decision, vote, based on that evidence,” Hontiveros said during a Kapihan sa Senado forum.

“Anything is possible if both complaints will prosper at the House. Then we will have two duties here or two impeachment trials,” she said.

“Even the issue of stability or the attractiveness of the economy depends on the perception, first and foremost, of us Filipinos and also of the international community in terms of good governance within the country,” added the senator.

“So although, it’s not an ideal situation, if there are two simultaneous impeachment trials, then that’s the Senate’s job,” she said.

“And in the long run, if both trials are resolved or closed satisfactorily or properly, in the long run, it should contribute to the development of our country,” Hontiveros reiterated. 

Related Tags

Sherwin Gatchalian Risa Hontiveros impeachment trial
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.